Html Css Color HEX #57197A Indigo

📋 copy color: '#57197A'

red 87 ◦ green 25 ◦ blue 122

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

Shades of Indigo #57197A

Tints of Indigo #57197A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 52.14%

R = 37.18%
G = 10.68%
B = 52.14%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#57197A (or 0x57197A) is known color: Indigo. HEX triplet: 57, 19 and 7A. RGB value is (87,25,122). Sum of RGB (Red+Green+Blue) = 87+25+122=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #57197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57197A is #A8E685. Grayscale: #363636. Windows color (decimal): -11069062 or 8001879. OLE color: 8001879.

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

Color convert

RGB 87 25 122 -
CMYK 0.29 0.80 0 0.52
HSL 278.35º 0.66% 0.29% -
HSV(B) 278.35º 0.8% 0.48% -
XYZ 7.79 4.13 18.8 -
YUV 54.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 87 25 122 0.29 0.80 0 0.52 278.35 0.66 0.29
Hex 57 19 7A 1D 50 0 34 116 42 1D
Octal 127 31 172 35 120 0 64 426 102 35
Binary 1010111 11001 1111010 11101 1010000 0 110100 100010110 1000010 11101

Color Harmonies of #57197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57197A

Black with #57197A

Text Example


Text Example

White with #57197A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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