Html Css Color HEX #59048E Indigo

📋 copy color: '#59048E'

red 89 ◦ green 4 ◦ blue 142

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

Shades of Indigo #59048E

Tints of Indigo #59048E

RGB

 RED value IS 89 (35.16% from 255) = 37.87%

 GREEN value IS 4 (1.95% from 255) = 1.7%

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

R = 37.87%
G = 1.7%
B = 60.43%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59048E (or 0x59048E) is known color: Indigo. HEX triplet: 59, 04 and 8E. RGB value is (89,4,142). Sum of RGB (Red+Green+Blue) = 89+4+142=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #59048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59048E is #A6FB71. Grayscale: #2C2C2C. Windows color (decimal): -10943346 or 9307225. OLE color: 9307225.

HSL color Cylindrical-coordinate representation of color #59048E: hue angle of 276.96º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59048E is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 4 142 -
CMYK 0.37 0.97 0 0.44
HSL 276.96º 0.95% 0.29% -
HSV(B) 276.96º 0.97% 0.56% -
XYZ 9.05 4.16 25.92 -
YUV 45.15 182.66 159.28 -
System Red Green Blue C M Y K H S L
Decimal 89 4 142 0.37 0.97 0 0.44 276.96 0.95 0.29
Hex 59 4 8E 25 61 0 2C 115 5F 1D
Octal 131 4 216 45 141 0 54 425 137 35
Binary 1011001 100 10001110 100101 1100001 0 101100 100010101 1011111 11101

Color Harmonies of #59048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59048E

Black with #59048E

Text Example


Text Example

White with #59048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,4,142); }

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

background-color css

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

 a { background-color: rgb(89,4,142); }

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

border-color css

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

 span { border-color: rgb(89,4,142); }

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