Html Css Color HEX #57086D Indigo

📋 copy color: '#57086D'

red 87 ◦ green 8 ◦ blue 109

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

Shades of Indigo #57086D

Tints of Indigo #57086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 53.43%

R = 42.65%
G = 3.92%
B = 53.43%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#57086D (or 0x57086D) is known color: Indigo. HEX triplet: 57, 08 and 6D. RGB value is (87,8,109). Sum of RGB (Red+Green+Blue) = 87+8+109=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #57086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57086D is #A8F792. Grayscale: #2A2A2A. Windows color (decimal): -11073427 or 7145559. OLE color: 7145559.

HSL color Cylindrical-coordinate representation of color #57086D: hue angle of 286.93º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #57086D is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 87 8 109 -
CMYK 0.20 0.93 0 0.57
HSL 286.93º 0.86% 0.23% -
HSV(B) 286.93º 0.93% 0.43% -
XYZ 6.78 3.3 14.75 -
YUV 43.14 165.17 159.29 -
System Red Green Blue C M Y K H S L
Decimal 87 8 109 0.20 0.93 0 0.57 286.93 0.86 0.23
Hex 57 8 6D 14 5D 0 39 11F 56 17
Octal 127 10 155 24 135 0 71 437 126 27
Binary 1010111 1000 1101101 10100 1011101 0 111001 100011111 1010110 10111

Color Harmonies of #57086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57086D

Black with #57086D

Text Example


Text Example

White with #57086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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