Html Css Color HEX #57076F Indigo

📋 copy color: '#57076F'

red 87 ◦ green 7 ◦ blue 111

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

Shades of Indigo #57076F

Tints of Indigo #57076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

 BLUE value IS 111 (43.75% from 255) = 54.15%

R = 42.44%
G = 3.41%
B = 54.15%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#57076F (or 0x57076F) is known color: Indigo. HEX triplet: 57, 07 and 6F. RGB value is (87,7,111). Sum of RGB (Red+Green+Blue) = 87+7+111=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #57076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57076F is #A8F890. Grayscale: #2A2A2A. Windows color (decimal): -11073681 or 7276375. OLE color: 7276375.

HSL color Cylindrical-coordinate representation of color #57076F: hue angle of 286.15º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #57076F is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 7 111 -
CMYK 0.22 0.94 0 0.56
HSL 286.15º 0.88% 0.23% -
HSV(B) 286.15º 0.94% 0.44% -
XYZ 6.88 3.33 15.32 -
YUV 42.78 166.5 159.54 -
System Red Green Blue C M Y K H S L
Decimal 87 7 111 0.22 0.94 0 0.56 286.15 0.88 0.23
Hex 57 7 6F 16 5E 0 38 11E 58 17
Octal 127 7 157 26 136 0 70 436 130 27
Binary 1010111 111 1101111 10110 1011110 0 111000 100011110 1011000 10111

Color Harmonies of #57076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57076F

Black with #57076F

Text Example


Text Example

White with #57076F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,7,111); }

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

background-color css

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

 a { background-color: rgb(87,7,111); }

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

border-color css

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

 span { border-color: rgb(87,7,111); }

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