Html Css Color HEX #57129D Indigo

📋 copy color: '#57129D'

red 87 ◦ green 18 ◦ blue 157

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

Shades of Indigo #57129D

Tints of Indigo #57129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

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

R = 33.21%
G = 6.87%
B = 59.92%

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

#57129D (or 0x57129D) is known color: Indigo. HEX triplet: 57, 12 and 9D. RGB value is (87,18,157). Sum of RGB (Red+Green+Blue) = 87+18+157=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #57129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57129D is #A8ED62. Grayscale: #353535. Windows color (decimal): -11070819 or 10293847. OLE color: 10293847.

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

Color convert

RGB 87 18 157 -
CMYK 0.45 0.89 0 0.38
HSL 269.78º 0.79% 0.34% -
HSV(B) 269.78º 0.89% 0.62% -
XYZ 10.23 4.89 32.3 -
YUV 54.48 185.86 151.2 -
System Red Green Blue C M Y K H S L
Decimal 87 18 157 0.45 0.89 0 0.38 269.78 0.79 0.34
Hex 57 12 9D 2D 59 0 26 10E 4F 22
Octal 127 22 235 55 131 0 46 416 117 42
Binary 1010111 10010 10011101 101101 1011001 0 100110 100001110 1001111 100010

Color Harmonies of #57129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57129D

Black with #57129D

Text Example


Text Example

White with #57129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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