Html Css Color HEX #57156F Indigo

📋 copy color: '#57156F'

red 87 ◦ green 21 ◦ blue 111

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

Shades of Indigo #57156F

Tints of Indigo #57156F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.59%

 BLUE value IS 111 (43.75% from 255) = 50.68%

R = 39.73%
G = 9.59%
B = 50.68%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#57156F (or 0x57156F) is known color: Indigo. HEX triplet: 57, 15 and 6F. RGB value is (87,21,111). Sum of RGB (Red+Green+Blue) = 87+21+111=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #57156F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57156F is #A8EA90. Grayscale: #323232. Windows color (decimal): -11070097 or 7279959. OLE color: 7279959.

HSL color Cylindrical-coordinate representation of color #57156F: hue angle of 284º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #57156F is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 21 111 -
CMYK 0.22 0.81 0 0.56
HSL 284º 0.68% 0.26% -
HSV(B) 284º 0.81% 0.44% -
XYZ 7.07 3.71 15.38 -
YUV 50.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 87 21 111 0.22 0.81 0 0.56 284 0.68 0.26
Hex 57 15 6F 16 51 0 38 11C 44 1A
Octal 127 25 157 26 121 0 70 434 104 32
Binary 1010111 10101 1101111 10110 1010001 0 111000 100011100 1000100 11010

Color Harmonies of #57156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57156F

Black with #57156F

Text Example


Text Example

White with #57156F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,21,111); }

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

background-color css

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

 a { background-color: rgb(87,21,111); }

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

border-color css

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

 span { border-color: rgb(87,21,111); }

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