Html Css Color HEX #5903AA Indigo

📋 copy color: '#5903AA'

red 89 ◦ green 3 ◦ blue 170

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

Shades of Indigo #5903AA

Tints of Indigo #5903AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 33.97%
G = 1.15%
B = 64.89%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5903AA (or 0x5903AA) is known color: Indigo. HEX triplet: 59, 03 and AA. RGB value is (89,3,170). Sum of RGB (Red+Green+Blue) = 89+3+170=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #5903AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5903AA is #A6FC55. Grayscale: #2F2F2F. Windows color (decimal): -10943574 or 11141977. OLE color: 11141977.

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

Color convert

RGB 89 3 170 -
CMYK 0.48 0.98 0 0.33
HSL 270.9º 0.97% 0.34% -
HSV(B) 270.9º 0.98% 0.67% -
XYZ 11.41 5.09 38.41 -
YUV 47.75 196.99 157.42 -
System Red Green Blue C M Y K H S L
Decimal 89 3 170 0.48 0.98 0 0.33 270.9 0.97 0.34
Hex 59 3 AA 30 62 0 21 10F 61 22
Octal 131 3 252 60 142 0 41 417 141 42
Binary 1011001 11 10101010 110000 1100010 0 100001 100001111 1100001 100010

Color Harmonies of #5903AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5903AA

Black with #5903AA

Text Example


Text Example

White with #5903AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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