Html Css Color HEX #57159C Indigo

📋 copy color: '#57159C'

red 87 ◦ green 21 ◦ blue 156

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

Shades of Indigo #57159C

Tints of Indigo #57159C

RGB

 RED value IS 87 (34.38% from 255) = 32.95%

 GREEN value IS 21 (8.59% from 255) = 7.95%

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

R = 32.95%
G = 7.95%
B = 59.09%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57159C (or 0x57159C) is known color: Indigo. HEX triplet: 57, 15 and 9C. RGB value is (87,21,156). Sum of RGB (Red+Green+Blue) = 87+21+156=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #57159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57159C is #A8EA63. Grayscale: #373737. Windows color (decimal): -11070052 or 10229079. OLE color: 10229079.

HSL color Cylindrical-coordinate representation of color #57159C: hue angle of 269.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #57159C is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 87 21 156 -
CMYK 0.44 0.87 0 0.39
HSL 269.33º 0.76% 0.35% -
HSV(B) 269.33º 0.87% 0.61% -
XYZ 10.2 4.96 31.87 -
YUV 56.12 184.37 150.02 -
System Red Green Blue C M Y K H S L
Decimal 87 21 156 0.44 0.87 0 0.39 269.33 0.76 0.35
Hex 57 15 9C 2C 57 0 27 10D 4C 23
Octal 127 25 234 54 127 0 47 415 114 43
Binary 1010111 10101 10011100 101100 1010111 0 100111 100001101 1001100 100011

Color Harmonies of #57159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57159C

Black with #57159C

Text Example


Text Example

White with #57159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,21,156); }

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

background-color css

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

 a { background-color: rgb(87,21,156); }

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

border-color css

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

 span { border-color: rgb(87,21,156); }

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