Html Css Color HEX #59046F Indigo

📋 copy color: '#59046F'

red 89 ◦ green 4 ◦ blue 111

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

Shades of Indigo #59046F

Tints of Indigo #59046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 54.41%

R = 43.63%
G = 1.96%
B = 54.41%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#59046F (or 0x59046F) is known color: Indigo. HEX triplet: 59, 04 and 6F. RGB value is (89,4,111). Sum of RGB (Red+Green+Blue) = 89+4+111=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #59046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59046F is #A6FB90. Grayscale: #292929. Windows color (decimal): -10943377 or 7275609. OLE color: 7275609.

HSL color Cylindrical-coordinate representation of color #59046F: hue angle of 287.66º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59046F is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 4 111 -
CMYK 0.20 0.96 0 0.56
HSL 287.66º 0.93% 0.23% -
HSV(B) 287.66º 0.96% 0.44% -
XYZ 7.03 3.36 15.32 -
YUV 41.61 167.16 161.8 -
System Red Green Blue C M Y K H S L
Decimal 89 4 111 0.20 0.96 0 0.56 287.66 0.93 0.23
Hex 59 4 6F 14 60 0 38 120 5D 17
Octal 131 4 157 24 140 0 70 440 135 27
Binary 1011001 100 1101111 10100 1100000 0 111000 100100000 1011101 10111

Color Harmonies of #59046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59046F

Black with #59046F

Text Example


Text Example

White with #59046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59046F; }

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

 H1.HeaderClassName
 {
   color: #59046F;
 }
 .AnyTagClassName
 {
   color: #59046F;
 }
</style>

background-color css

<style>
 a { background-color: #59046F; }

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

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

border-color css

<style>
 span { border-color: #59046F; }

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

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