Html Css Color HEX #57007F Indigo

📋 copy color: '#57007F'

red 87 ◦ green 0 ◦ blue 127

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

Shades of Indigo #57007F

Tints of Indigo #57007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.65%
G = 0%
B = 59.35%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#57007F (or 0x57007F) is known color: Indigo. HEX triplet: 57, 00 and 7F. RGB value is (87,0,127). Sum of RGB (Red+Green+Blue) = 87+0+127=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #57007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57007F is #A8FF80. Grayscale: #282828. Windows color (decimal): -11075457 or 8323159. OLE color: 8323159.

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

Color convert

RGB 87 0 127 -
CMYK 0.31 1 0 0.50
HSL 281.1º 1% 0.25% -
HSV(B) 281.1º 1% 0.5% -
XYZ 7.76 3.56 20.36 -
YUV 40.49 176.82 161.17 -
System Red Green Blue C M Y K H S L
Decimal 87 0 127 0.31 1 0 0.50 281.1 1 0.25
Hex 57 0 7F 1F 64 0 32 119 64 19
Octal 127 0 177 37 144 0 62 431 144 31
Binary 1010111 0 1111111 11111 1100100 0 110010 100011001 1100100 11001

Color Harmonies of #57007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57007F

Black with #57007F

Text Example


Text Example

White with #57007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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