Html Css Color HEX #57116B Indigo

📋 copy color: '#57116B'

red 87 ◦ green 17 ◦ blue 107

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

Shades of Indigo #57116B

Tints of Indigo #57116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50.71%

R = 41.23%
G = 8.06%
B = 50.71%

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

#57116B (or 0x57116B) is known color: Indigo. HEX triplet: 57, 11 and 6B. RGB value is (87,17,107). Sum of RGB (Red+Green+Blue) = 87+17+107=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #57116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57116B is #A8EE94. Grayscale: #2F2F2F. Windows color (decimal): -11071125 or 7016791. OLE color: 7016791.

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

Color convert

RGB 87 17 107 -
CMYK 0.19 0.84 0 0.58
HSL 286.67º 0.73% 0.24% -
HSV(B) 286.67º 0.84% 0.42% -
XYZ 6.78 3.49 14.23 -
YUV 48.19 161.19 155.68 -
System Red Green Blue C M Y K H S L
Decimal 87 17 107 0.19 0.84 0 0.58 286.67 0.73 0.24
Hex 57 11 6B 13 54 0 3A 11F 49 18
Octal 127 21 153 23 124 0 72 437 111 30
Binary 1010111 10001 1101011 10011 1010100 0 111010 100011111 1001001 11000

Color Harmonies of #57116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57116B

Black with #57116B

Text Example


Text Example

White with #57116B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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