Html Css Color HEX #57086F Indigo

📋 copy color: '#57086F'

red 87 ◦ green 8 ◦ blue 111

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

Shades of Indigo #57086F

Tints of Indigo #57086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

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

R = 42.23%
G = 3.88%
B = 53.88%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#57086F (or 0x57086F) is known color: Indigo. HEX triplet: 57, 08 and 6F. RGB value is (87,8,111). Sum of RGB (Red+Green+Blue) = 87+8+111=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #57086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57086F is #A8F790. Grayscale: #2B2B2B. Windows color (decimal): -11073425 or 7276631. OLE color: 7276631.

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

Color convert

RGB 87 8 111 -
CMYK 0.22 0.93 0 0.56
HSL 286.02º 0.87% 0.23% -
HSV(B) 286.02º 0.93% 0.44% -
XYZ 6.89 3.35 15.32 -
YUV 43.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 87 8 111 0.22 0.93 0 0.56 286.02 0.87 0.23
Hex 57 8 6F 16 5D 0 38 11E 57 17
Octal 127 10 157 26 135 0 70 436 127 27
Binary 1010111 1000 1101111 10110 1011101 0 111000 100011110 1010111 10111

Color Harmonies of #57086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57086F

Black with #57086F

Text Example


Text Example

White with #57086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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