Html Css Color HEX #57049C Indigo

📋 copy color: '#57049C'

red 87 ◦ green 4 ◦ blue 156

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

Shades of Indigo #57049C

Tints of Indigo #57049C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.62%

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

R = 35.22%
G = 1.62%
B = 63.16%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57049C (or 0x57049C) is known color: Indigo. HEX triplet: 57, 04 and 9C. RGB value is (87,4,156). Sum of RGB (Red+Green+Blue) = 87+4+156=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #57049C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57049C is #A8FB63. Grayscale: #2D2D2D. Windows color (decimal): -11074404 or 10224727. OLE color: 10224727.

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

Color convert

RGB 87 4 156 -
CMYK 0.44 0.97 0 0.39
HSL 272.76º 0.95% 0.31% -
HSV(B) 272.76º 0.97% 0.61% -
XYZ 9.97 4.51 31.8 -
YUV 46.15 190 157.14 -
System Red Green Blue C M Y K H S L
Decimal 87 4 156 0.44 0.97 0 0.39 272.76 0.95 0.31
Hex 57 4 9C 2C 61 0 27 111 5F 1F
Octal 127 4 234 54 141 0 47 421 137 37
Binary 1010111 100 10011100 101100 1100001 0 100111 100010001 1011111 11111

Color Harmonies of #57049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57049C

Black with #57049C

Text Example


Text Example

White with #57049C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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