Html Css Color HEX #57159D Indigo

📋 copy color: '#57159D'

red 87 ◦ green 21 ◦ blue 157

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

Shades of Indigo #57159D

Tints of Indigo #57159D

RGB

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

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

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

R = 32.83%
G = 7.92%
B = 59.25%

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

#57159D (or 0x57159D) is known color: Indigo. HEX triplet: 57, 15 and 9D. RGB value is (87,21,157). Sum of RGB (Red+Green+Blue) = 87+21+157=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #57159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57159D is #A8EA62. Grayscale: #373737. Windows color (decimal): -11070051 or 10294615. OLE color: 10294615.

HSL color Cylindrical-coordinate representation of color #57159D: hue angle of 269.12º degrees, saturation: 0.76, 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 #57159D is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 21 157 -
CMYK 0.45 0.87 0 0.38
HSL 269.12º 0.76% 0.35% -
HSV(B) 269.12º 0.87% 0.62% -
XYZ 10.28 5 32.32 -
YUV 56.24 184.87 149.94 -
System Red Green Blue C M Y K H S L
Decimal 87 21 157 0.45 0.87 0 0.38 269.12 0.76 0.35
Hex 57 15 9D 2D 57 0 26 10D 4C 23
Octal 127 25 235 55 127 0 46 415 114 43
Binary 1010111 10101 10011101 101101 1010111 0 100110 100001101 1001100 100011

Color Harmonies of #57159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57159D

Black with #57159D

Text Example


Text Example

White with #57159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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