Html Css Color HEX #57116C Indigo

📋 copy color: '#57116C'

red 87 ◦ green 17 ◦ blue 108

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

Shades of Indigo #57116C

Tints of Indigo #57116C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.02%

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

R = 41.04%
G = 8.02%
B = 50.94%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57116C (or 0x57116C) is known color: Indigo. HEX triplet: 57, 11 and 6C. RGB value is (87,17,108). Sum of RGB (Red+Green+Blue) = 87+17+108=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #57116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57116C is #A8EE93. Grayscale: #303030. Windows color (decimal): -11071124 or 7082327. OLE color: 7082327.

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

Color convert

RGB 87 17 108 -
CMYK 0.19 0.84 0 0.58
HSL 286.15º 0.73% 0.25% -
HSV(B) 286.15º 0.84% 0.42% -
XYZ 6.84 3.51 14.5 -
YUV 48.3 161.69 155.6 -
System Red Green Blue C M Y K H S L
Decimal 87 17 108 0.19 0.84 0 0.58 286.15 0.73 0.25
Hex 57 11 6C 13 54 0 3A 11E 49 19
Octal 127 21 154 23 124 0 72 436 111 31
Binary 1010111 10001 1101100 10011 1010100 0 111010 100011110 1001001 11001

Color Harmonies of #57116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57116C

Black with #57116C

Text Example


Text Example

White with #57116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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