Html Css Color HEX #57027F Indigo

📋 copy color: '#57027F'

red 87 ◦ green 2 ◦ blue 127

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

Shades of Indigo #57027F

Tints of Indigo #57027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 127 (50% from 255) = 58.8%

R = 40.28%
G = 0.93%
B = 58.8%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#57027F (or 0x57027F) is known color: Indigo. HEX triplet: 57, 02 and 7F. RGB value is (87,2,127). Sum of RGB (Red+Green+Blue) = 87+2+127=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #57027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57027F is #A8FD80. Grayscale: #292929. Windows color (decimal): -11074945 or 8323671. OLE color: 8323671.

HSL color Cylindrical-coordinate representation of color #57027F: hue angle of 280.8º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #57027F is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 2 127 -
CMYK 0.31 0.98 0 0.50
HSL 280.8º 0.97% 0.25% -
HSV(B) 280.8º 0.98% 0.5% -
XYZ 7.78 3.6 20.36 -
YUV 41.67 176.16 160.34 -
System Red Green Blue C M Y K H S L
Decimal 87 2 127 0.31 0.98 0 0.50 280.8 0.97 0.25
Hex 57 2 7F 1F 62 0 32 119 61 19
Octal 127 2 177 37 142 0 62 431 141 31
Binary 1010111 10 1111111 11111 1100010 0 110010 100011001 1100001 11001

Color Harmonies of #57027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57027F

Black with #57027F

Text Example


Text Example

White with #57027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57027F; }

 p { color: rgb(87,2,127); }

 H1.HeaderClassName
 {
   color: #57027F;
 }
 .AnyTagClassName
 {
   color: #57027F;
 }
</style>

background-color css

<style>
 a { background-color: #57027F; }

 a { background-color: rgb(87,2,127); }

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

border-color css

<style>
 span { border-color: #57027F; }

 span { border-color: rgb(87,2,127); }

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