Html Css Color HEX #57159E Indigo

📋 copy color: '#57159E'

red 87 ◦ green 21 ◦ blue 158

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

Shades of Indigo #57159E

Tints of Indigo #57159E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 59.4%

R = 32.71%
G = 7.89%
B = 59.4%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57159E (or 0x57159E) is known color: Indigo. HEX triplet: 57, 15 and 9E. RGB value is (87,21,158). Sum of RGB (Red+Green+Blue) = 87+21+158=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #57159E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57159E is #A8EA61. Grayscale: #373737. Windows color (decimal): -11070050 or 10360151. OLE color: 10360151.

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

Color convert

RGB 87 21 158 -
CMYK 0.45 0.87 0 0.38
HSL 268.91º 0.77% 0.35% -
HSV(B) 268.91º 0.87% 0.62% -
XYZ 10.37 5.03 32.77 -
YUV 56.35 185.37 149.86 -
System Red Green Blue C M Y K H S L
Decimal 87 21 158 0.45 0.87 0 0.38 268.91 0.77 0.35
Hex 57 15 9E 2D 57 0 26 10D 4D 23
Octal 127 25 236 55 127 0 46 415 115 43
Binary 1010111 10101 10011110 101101 1010111 0 100110 100001101 1001101 100011

Color Harmonies of #57159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57159E

Black with #57159E

Text Example


Text Example

White with #57159E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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