Html Css Color HEX #59096C Indigo

📋 copy color: '#59096C'

red 89 ◦ green 9 ◦ blue 108

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

Shades of Indigo #59096C

Tints of Indigo #59096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.37%

 BLUE value IS 108 (42.58% from 255) = 52.43%

R = 43.2%
G = 4.37%
B = 52.43%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#59096C (or 0x59096C) is known color: Indigo. HEX triplet: 59, 09 and 6C. RGB value is (89,9,108). Sum of RGB (Red+Green+Blue) = 89+9+108=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #59096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59096C is #A6F693. Grayscale: #2B2B2B. Windows color (decimal): -10942100 or 7080281. OLE color: 7080281.

HSL color Cylindrical-coordinate representation of color #59096C: hue angle of 288.48º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #59096C is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 89 9 108 -
CMYK 0.18 0.92 0 0.58
HSL 288.48º 0.85% 0.23% -
HSV(B) 288.48º 0.92% 0.42% -
XYZ 6.92 3.4 14.48 -
YUV 44.21 164 159.95 -
System Red Green Blue C M Y K H S L
Decimal 89 9 108 0.18 0.92 0 0.58 288.48 0.85 0.23
Hex 59 9 6C 12 5C 0 3A 120 55 17
Octal 131 11 154 22 134 0 72 440 125 27
Binary 1011001 1001 1101100 10010 1011100 0 111010 100100000 1010101 10111

Color Harmonies of #59096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59096C

Black with #59096C

Text Example


Text Example

White with #59096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59096C; }

 p { color: rgb(89,9,108); }

 H1.HeaderClassName
 {
   color: #59096C;
 }
 .AnyTagClassName
 {
   color: #59096C;
 }
</style>

background-color css

<style>
 a { background-color: #59096C; }

 a { background-color: rgb(89,9,108); }

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

border-color css

<style>
 span { border-color: #59096C; }

 span { border-color: rgb(89,9,108); }

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