Html Css Color HEX #57158E Indigo

📋 copy color: '#57158E'

red 87 ◦ green 21 ◦ blue 142

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

Shades of Indigo #57158E

Tints of Indigo #57158E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.8%

R = 34.8%
G = 8.4%
B = 56.8%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57158E (or 0x57158E) is known color: Indigo. HEX triplet: 57, 15 and 8E. RGB value is (87,21,142). Sum of RGB (Red+Green+Blue) = 87+21+142=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #57158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57158E is #A8EA71. Grayscale: #363636. Windows color (decimal): -11070066 or 9311575. OLE color: 9311575.

HSL color Cylindrical-coordinate representation of color #57158E: hue angle of 272.73º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57158E is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 21 142 -
CMYK 0.39 0.85 0 0.44
HSL 272.73º 0.74% 0.32% -
HSV(B) 272.73º 0.85% 0.56% -
XYZ 9.08 4.52 25.98 -
YUV 54.53 177.37 151.16 -
System Red Green Blue C M Y K H S L
Decimal 87 21 142 0.39 0.85 0 0.44 272.73 0.74 0.32
Hex 57 15 8E 27 55 0 2C 111 4A 20
Octal 127 25 216 47 125 0 54 421 112 40
Binary 1010111 10101 10001110 100111 1010101 0 101100 100010001 1001010 100000

Color Harmonies of #57158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57158E

Black with #57158E

Text Example


Text Example

White with #57158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57158E; }

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

 H1.HeaderClassName
 {
   color: #57158E;
 }
 .AnyTagClassName
 {
   color: #57158E;
 }
</style>

background-color css

<style>
 a { background-color: #57158E; }

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

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

border-color css

<style>
 span { border-color: #57158E; }

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

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