Html Css Color HEX #5903A5 Indigo

📋 copy color: '#5903A5'

red 89 ◦ green 3 ◦ blue 165

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

Shades of Indigo #5903A5

Tints of Indigo #5903A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 64.2%

R = 34.63%
G = 1.17%
B = 64.2%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5903A5 (or 0x5903A5) is known color: Indigo. HEX triplet: 59, 03 and A5. RGB value is (89,3,165). Sum of RGB (Red+Green+Blue) = 89+3+165=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 165 (64.84% from 255 or 64.20% from 257); Max value from RGB is 165 - color contains mainly: blue. Hex color #5903A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5903A5 is #A6FC5A. Grayscale: #2E2E2E. Windows color (decimal): -10943579 or 10814297. OLE color: 10814297.

HSL color Cylindrical-coordinate representation of color #5903A5: hue angle of 271.85º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5903A5 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 89 3 165 -
CMYK 0.46 0.98 0 0.35
HSL 271.85º 0.96% 0.33% -
HSV(B) 271.85º 0.98% 0.65% -
XYZ 10.94 4.91 35.97 -
YUV 47.18 194.49 157.83 -
System Red Green Blue C M Y K H S L
Decimal 89 3 165 0.46 0.98 0 0.35 271.85 0.96 0.33
Hex 59 3 A5 2E 62 0 23 110 60 21
Octal 131 3 245 56 142 0 43 420 140 41
Binary 1011001 11 10100101 101110 1100010 0 100011 100010000 1100000 100001

Color Harmonies of #5903A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5903A5

Black with #5903A5

Text Example


Text Example

White with #5903A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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