Html Css Color HEX #57119D Indigo

📋 copy color: '#57119D'

red 87 ◦ green 17 ◦ blue 157

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

Shades of Indigo #57119D

Tints of Indigo #57119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.15%

R = 33.33%
G = 6.51%
B = 60.15%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57119D (or 0x57119D) is known color: Indigo. HEX triplet: 57, 11 and 9D. RGB value is (87,17,157). Sum of RGB (Red+Green+Blue) = 87+17+157=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #57119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57119D is #A8EE62. Grayscale: #353535. Windows color (decimal): -11071075 or 10293591. OLE color: 10293591.

HSL color Cylindrical-coordinate representation of color #57119D: hue angle of 270º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57119D is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 17 157 -
CMYK 0.45 0.89 0 0.38
HSL 270º 0.8% 0.34% -
HSV(B) 270º 0.89% 0.62% -
XYZ 10.22 4.86 32.3 -
YUV 53.89 186.19 151.62 -
System Red Green Blue C M Y K H S L
Decimal 87 17 157 0.45 0.89 0 0.38 270 0.8 0.34
Hex 57 11 9D 2D 59 0 26 10E 50 22
Octal 127 21 235 55 131 0 46 416 120 42
Binary 1010111 10001 10011101 101101 1011001 0 100110 100001110 1010000 100010

Color Harmonies of #57119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57119D

Black with #57119D

Text Example


Text Example

White with #57119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57119D; }

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

 H1.HeaderClassName
 {
   color: #57119D;
 }
 .AnyTagClassName
 {
   color: #57119D;
 }
</style>

background-color css

<style>
 a { background-color: #57119D; }

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

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

border-color css

<style>
 span { border-color: #57119D; }

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

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