Html Css Color HEX #53116D Indigo

📋 copy color: '#53116D'

red 83 ◦ green 17 ◦ blue 109

#53116D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #53116D

Tints of Indigo #53116D

RGB

 RED value IS 83 (32.81% from 255) = 39.71%

 GREEN value IS 17 (7.03% from 255) = 8.13%

 BLUE value IS 109 (42.97% from 255) = 52.15%

R = 39.71%
G = 8.13%
B = 52.15%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#53116D (or 0x53116D) is known color: Indigo. HEX triplet: 53, 11 and 6D. RGB value is (83,17,109). Sum of RGB (Red+Green+Blue) = 83+17+109=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #53116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53116D is #ACEE92. Grayscale: #2E2E2E. Windows color (decimal): -11333267 or 7147859. OLE color: 7147859.

HSL color Cylindrical-coordinate representation of color #53116D: hue angle of 283.04º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53116D is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 17 109 -
CMYK 0.24 0.84 0 0.57
HSL 283.04º 0.73% 0.25% -
HSV(B) 283.04º 0.84% 0.43% -
XYZ 6.53 3.34 14.77 -
YUV 47.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 83 17 109 0.24 0.84 0 0.57 283.04 0.73 0.25
Hex 53 11 6D 18 54 0 39 11B 49 19
Octal 123 21 155 30 124 0 71 433 111 31
Binary 1010011 10001 1101101 11000 1010100 0 111001 100011011 1001001 11001

Color Harmonies of #53116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53116D

Black with #53116D

Text Example


Text Example

White with #53116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53116D; }

 p { color: rgb(83,17,109); }

 H1.HeaderClassName
 {
   color: #53116D;
 }
 .AnyTagClassName
 {
   color: #53116D;
 }
</style>

background-color css

<style>
 a { background-color: #53116D; }

 a { background-color: rgb(83,17,109); }

 div.DivClassName
 {
   background-color: #53116D;
 }
 .BgClassName
 {
   background-color: #53116D;
 }
</style>

border-color css

<style>
 span { border-color: #53116D; }

 span { border-color: rgb(83,17,109); }

 td.TdClassName
 {
   border-color: #53116D;
 }
 .TagClassName
 {
   border-color: #53116D;
 }
</style>