Html Css Color HEX #57086C Indigo

📋 copy color: '#57086C'

red 87 ◦ green 8 ◦ blue 108

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

Shades of Indigo #57086C

Tints of Indigo #57086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.2%

R = 42.86%
G = 3.94%
B = 53.2%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57086C (or 0x57086C) is known color: Indigo. HEX triplet: 57, 08 and 6C. RGB value is (87,8,108). Sum of RGB (Red+Green+Blue) = 87+8+108=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #57086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57086C is #A8F793. Grayscale: #2A2A2A. Windows color (decimal): -11073428 or 7080023. OLE color: 7080023.

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

Color convert

RGB 87 8 108 -
CMYK 0.19 0.93 0 0.58
HSL 287.4º 0.86% 0.23% -
HSV(B) 287.4º 0.93% 0.42% -
XYZ 6.72 3.28 14.47 -
YUV 43.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 87 8 108 0.19 0.93 0 0.58 287.4 0.86 0.23
Hex 57 8 6C 13 5D 0 3A 11F 56 17
Octal 127 10 154 23 135 0 72 437 126 27
Binary 1010111 1000 1101100 10011 1011101 0 111010 100011111 1010110 10111

Color Harmonies of #57086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57086C

Black with #57086C

Text Example


Text Example

White with #57086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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