Html Css Color HEX #53119C Indigo

📋 copy color: '#53119C'

red 83 ◦ green 17 ◦ blue 156

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

Shades of Indigo #53119C

Tints of Indigo #53119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.94%

R = 32.42%
G = 6.64%
B = 60.94%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53119C (or 0x53119C) is known color: Indigo. HEX triplet: 53, 11 and 9C. RGB value is (83,17,156). Sum of RGB (Red+Green+Blue) = 83+17+156=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #53119C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53119C is #ACEE63. Grayscale: #343434. Windows color (decimal): -11333220 or 10228051. OLE color: 10228051.

HSL color Cylindrical-coordinate representation of color #53119C: hue angle of 268.49º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53119C is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 17 156 -
CMYK 0.47 0.89 0 0.39
HSL 268.49º 0.8% 0.34% -
HSV(B) 268.49º 0.89% 0.61% -
XYZ 9.77 4.64 31.83 -
YUV 52.58 186.37 149.7 -
System Red Green Blue C M Y K H S L
Decimal 83 17 156 0.47 0.89 0 0.39 268.49 0.8 0.34
Hex 53 11 9C 2F 59 0 27 10C 50 22
Octal 123 21 234 57 131 0 47 414 120 42
Binary 1010011 10001 10011100 101111 1011001 0 100111 100001100 1010000 100010

Color Harmonies of #53119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53119C

Black with #53119C

Text Example


Text Example

White with #53119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53119C; }

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

 H1.HeaderClassName
 {
   color: #53119C;
 }
 .AnyTagClassName
 {
   color: #53119C;
 }
</style>

background-color css

<style>
 a { background-color: #53119C; }

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

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

border-color css

<style>
 span { border-color: #53119C; }

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

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