Html Css Color HEX #57127E Indigo

📋 copy color: '#57127E'

red 87 ◦ green 18 ◦ blue 126

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

Shades of Indigo #57127E

Tints of Indigo #57127E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.79%

 BLUE value IS 126 (49.61% from 255) = 54.55%

R = 37.66%
G = 7.79%
B = 54.55%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57127E (or 0x57127E) is known color: Indigo. HEX triplet: 57, 12 and 7E. RGB value is (87,18,126). Sum of RGB (Red+Green+Blue) = 87+18+126=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #57127E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57127E is #A8ED81. Grayscale: #323232. Windows color (decimal): -11070850 or 8262231. OLE color: 8262231.

HSL color Cylindrical-coordinate representation of color #57127E: hue angle of 278.33º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57127E is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 18 126 -
CMYK 0.31 0.86 0 0.51
HSL 278.33º 0.75% 0.28% -
HSV(B) 278.33º 0.86% 0.49% -
XYZ 7.91 3.97 20.09 -
YUV 50.94 170.36 153.72 -
System Red Green Blue C M Y K H S L
Decimal 87 18 126 0.31 0.86 0 0.51 278.33 0.75 0.28
Hex 57 12 7E 1F 56 0 33 116 4B 1C
Octal 127 22 176 37 126 0 63 426 113 34
Binary 1010111 10010 1111110 11111 1010110 0 110011 100010110 1001011 11100

Color Harmonies of #57127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57127E

Black with #57127E

Text Example


Text Example

White with #57127E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57127E; }

 p { color: rgb(87,18,126); }

 H1.HeaderClassName
 {
   color: #57127E;
 }
 .AnyTagClassName
 {
   color: #57127E;
 }
</style>

background-color css

<style>
 a { background-color: #57127E; }

 a { background-color: rgb(87,18,126); }

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

border-color css

<style>
 span { border-color: #57127E; }

 span { border-color: rgb(87,18,126); }

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