Html Css Color HEX #57066C Indigo

📋 copy color: '#57066C'

red 87 ◦ green 6 ◦ blue 108

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

Shades of Indigo #57066C

Tints of Indigo #57066C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.99%

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

R = 43.28%
G = 2.99%
B = 53.73%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57066C (or 0x57066C) is known color: Indigo. HEX triplet: 57, 06 and 6C. RGB value is (87,6,108). Sum of RGB (Red+Green+Blue) = 87+6+108=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #57066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57066C is #A8F993. Grayscale: #292929. Windows color (decimal): -11073940 or 7079511. OLE color: 7079511.

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

Color convert

RGB 87 6 108 -
CMYK 0.19 0.94 0 0.58
HSL 287.65º 0.89% 0.22% -
HSV(B) 287.65º 0.94% 0.42% -
XYZ 6.7 3.24 14.46 -
YUV 41.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 87 6 108 0.19 0.94 0 0.58 287.65 0.89 0.22
Hex 57 6 6C 13 5E 0 3A 120 59 16
Octal 127 6 154 23 136 0 72 440 131 26
Binary 1010111 110 1101100 10011 1011110 0 111010 100100000 1011001 10110

Color Harmonies of #57066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57066C

Black with #57066C

Text Example


Text Example

White with #57066C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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