Html Css Color HEX #59099C Indigo

📋 copy color: '#59099C'

red 89 ◦ green 9 ◦ blue 156

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

Shades of Indigo #59099C

Tints of Indigo #59099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 61.42%

R = 35.04%
G = 3.54%
B = 61.42%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59099C (or 0x59099C) is known color: Indigo. HEX triplet: 59, 09 and 9C. RGB value is (89,9,156). Sum of RGB (Red+Green+Blue) = 89+9+156=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #59099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59099C is #A6F663. Grayscale: #313131. Windows color (decimal): -10942052 or 10226009. OLE color: 10226009.

HSL color Cylindrical-coordinate representation of color #59099C: hue angle of 272.65º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59099C is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 9 156 -
CMYK 0.43 0.94 0 0.39
HSL 272.65º 0.89% 0.32% -
HSV(B) 272.65º 0.94% 0.61% -
XYZ 10.22 4.72 31.82 -
YUV 49.68 188 156.05 -
System Red Green Blue C M Y K H S L
Decimal 89 9 156 0.43 0.94 0 0.39 272.65 0.89 0.32
Hex 59 9 9C 2B 5E 0 27 111 59 20
Octal 131 11 234 53 136 0 47 421 131 40
Binary 1011001 1001 10011100 101011 1011110 0 100111 100010001 1011001 100000

Color Harmonies of #59099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59099C

Black with #59099C

Text Example


Text Example

White with #59099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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