Html Css Color HEX #57197C Indigo

📋 copy color: '#57197C'

red 87 ◦ green 25 ◦ blue 124

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

Shades of Indigo #57197C

Tints of Indigo #57197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.59%

 BLUE value IS 124 (48.83% from 255) = 52.54%

R = 36.86%
G = 10.59%
B = 52.54%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57197C (or 0x57197C) is known color: Indigo. HEX triplet: 57, 19 and 7C. RGB value is (87,25,124). Sum of RGB (Red+Green+Blue) = 87+25+124=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #57197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57197C is #A8E683. Grayscale: #363636. Windows color (decimal): -11069060 or 8132951. OLE color: 8132951.

HSL color Cylindrical-coordinate representation of color #57197C: hue angle of 277.58º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57197C is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 25 124 -
CMYK 0.30 0.80 0 0.51
HSL 277.58º 0.66% 0.29% -
HSV(B) 277.58º 0.8% 0.49% -
XYZ 7.92 4.18 19.46 -
YUV 54.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 87 25 124 0.30 0.80 0 0.51 277.58 0.66 0.29
Hex 57 19 7C 1E 50 0 33 116 42 1D
Octal 127 31 174 36 120 0 63 426 102 35
Binary 1010111 11001 1111100 11110 1010000 0 110011 100010110 1000010 11101

Color Harmonies of #57197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57197C

Black with #57197C

Text Example


Text Example

White with #57197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,25,124); }

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

background-color css

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

 a { background-color: rgb(87,25,124); }

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

border-color css

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

 span { border-color: rgb(87,25,124); }

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