Html Css Color HEX #57119F Indigo

📋 copy color: '#57119F'

red 87 ◦ green 17 ◦ blue 159

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

Shades of Indigo #57119F

Tints of Indigo #57119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.46%

R = 33.08%
G = 6.46%
B = 60.46%

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

#57119F (or 0x57119F) is known color: Indigo. HEX triplet: 57, 11 and 9F. RGB value is (87,17,159). Sum of RGB (Red+Green+Blue) = 87+17+159=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #57119F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57119F is #A8EE60. Grayscale: #353535. Windows color (decimal): -11071073 or 10424663. OLE color: 10424663.

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

Color convert

RGB 87 17 159 -
CMYK 0.45 0.89 0 0.38
HSL 269.58º 0.81% 0.35% -
HSV(B) 269.58º 0.89% 0.62% -
XYZ 10.39 4.93 33.2 -
YUV 54.12 187.19 151.45 -
System Red Green Blue C M Y K H S L
Decimal 87 17 159 0.45 0.89 0 0.38 269.58 0.81 0.35
Hex 57 11 9F 2D 59 0 26 10E 51 23
Octal 127 21 237 55 131 0 46 416 121 43
Binary 1010111 10001 10011111 101101 1011001 0 100110 100001110 1010001 100011

Color Harmonies of #57119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57119F

Black with #57119F

Text Example


Text Example

White with #57119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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