Html Css Color HEX #59099A Indigo

📋 copy color: '#59099A'

red 89 ◦ green 9 ◦ blue 154

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

Shades of Indigo #59099A

Tints of Indigo #59099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 61.11%

R = 35.32%
G = 3.57%
B = 61.11%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#59099A (or 0x59099A) is known color: Indigo. HEX triplet: 59, 09 and 9A. RGB value is (89,9,154). Sum of RGB (Red+Green+Blue) = 89+9+154=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #59099A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59099A is #A6F665. Grayscale: #303030. Windows color (decimal): -10942054 or 10094937. OLE color: 10094937.

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

Color convert

RGB 89 9 154 -
CMYK 0.42 0.94 0 0.40
HSL 273.1º 0.89% 0.32% -
HSV(B) 273.1º 0.94% 0.6% -
XYZ 10.05 4.65 30.94 -
YUV 49.45 187 156.21 -
System Red Green Blue C M Y K H S L
Decimal 89 9 154 0.42 0.94 0 0.40 273.1 0.89 0.32
Hex 59 9 9A 2A 5E 0 28 111 59 20
Octal 131 11 232 52 136 0 50 421 131 40
Binary 1011001 1001 10011010 101010 1011110 0 101000 100010001 1011001 100000

Color Harmonies of #59099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59099A

Black with #59099A

Text Example


Text Example

White with #59099A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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