Html Css Color HEX #57076C Indigo

📋 copy color: '#57076C'

red 87 ◦ green 7 ◦ blue 108

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

Shades of Indigo #57076C

Tints of Indigo #57076C

RGB

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

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

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

R = 43.07%
G = 3.47%
B = 53.47%

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

#57076C (or 0x57076C) is known color: Indigo. HEX triplet: 57, 07 and 6C. RGB value is (87,7,108). Sum of RGB (Red+Green+Blue) = 87+7+108=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #57076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57076C is #A8F893. Grayscale: #2A2A2A. Windows color (decimal): -11073684 or 7079767. OLE color: 7079767.

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

Color convert

RGB 87 7 108 -
CMYK 0.19 0.94 0 0.58
HSL 287.52º 0.88% 0.23% -
HSV(B) 287.52º 0.94% 0.42% -
XYZ 6.71 3.26 14.46 -
YUV 42.43 165 159.79 -
System Red Green Blue C M Y K H S L
Decimal 87 7 108 0.19 0.94 0 0.58 287.52 0.88 0.23
Hex 57 7 6C 13 5E 0 3A 120 58 17
Octal 127 7 154 23 136 0 72 440 130 27
Binary 1010111 111 1101100 10011 1011110 0 111010 100100000 1011000 10111

Color Harmonies of #57076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57076C

Black with #57076C

Text Example


Text Example

White with #57076C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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