Html Css Color HEX #5909AA Indigo

📋 copy color: '#5909AA'

red 89 ◦ green 9 ◦ blue 170

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

Shades of Indigo #5909AA

Tints of Indigo #5909AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.43%

R = 33.21%
G = 3.36%
B = 63.43%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5909AA (or 0x5909AA) is known color: Indigo. HEX triplet: 59, 09 and AA. RGB value is (89,9,170). Sum of RGB (Red+Green+Blue) = 89+9+170=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #5909AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5909AA is #A6F655. Grayscale: #323232. Windows color (decimal): -10942038 or 11143513. OLE color: 11143513.

HSL color Cylindrical-coordinate representation of color #5909AA: hue angle of 269.81º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5909AA is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 9 170 -
CMYK 0.48 0.95 0 0.33
HSL 269.81º 0.9% 0.35% -
HSV(B) 269.81º 0.95% 0.67% -
XYZ 11.47 5.22 38.43 -
YUV 51.27 195 154.91 -
System Red Green Blue C M Y K H S L
Decimal 89 9 170 0.48 0.95 0 0.33 269.81 0.9 0.35
Hex 59 9 AA 30 5F 0 21 10E 5A 23
Octal 131 11 252 60 137 0 41 416 132 43
Binary 1011001 1001 10101010 110000 1011111 0 100001 100001110 1011010 100011

Color Harmonies of #5909AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5909AA

Black with #5909AA

Text Example


Text Example

White with #5909AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5909AA; }

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

 H1.HeaderClassName
 {
   color: #5909AA;
 }
 .AnyTagClassName
 {
   color: #5909AA;
 }
</style>

background-color css

<style>
 a { background-color: #5909AA; }

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

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

border-color css

<style>
 span { border-color: #5909AA; }

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

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