Html Css Color HEX #590A9C Indigo

📋 copy color: '#590A9C'

red 89 ◦ green 10 ◦ blue 156

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

Shades of Indigo #590A9C

Tints of Indigo #590A9C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.92%

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

R = 34.9%
G = 3.92%
B = 61.18%

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

#590A9C (or 0x590A9C) is known color: Indigo. HEX triplet: 59, 0A and 9C. RGB value is (89,10,156). Sum of RGB (Red+Green+Blue) = 89+10+156=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #590A9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590A9C is #A6F563. Grayscale: #313131. Windows color (decimal): -10941796 or 10226265. OLE color: 10226265.

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

Color convert

RGB 89 10 156 -
CMYK 0.43 0.94 0 0.39
HSL 272.47º 0.88% 0.33% -
HSV(B) 272.47º 0.94% 0.61% -
XYZ 10.23 4.74 31.83 -
YUV 50.27 187.67 155.63 -
System Red Green Blue C M Y K H S L
Decimal 89 10 156 0.43 0.94 0 0.39 272.47 0.88 0.33
Hex 59 A 9C 2B 5E 0 27 110 58 21
Octal 131 12 234 53 136 0 47 420 130 41
Binary 1011001 1010 10011100 101011 1011110 0 100111 100010000 1011000 100001

Color Harmonies of #590A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590A9C

Black with #590A9C

Text Example


Text Example

White with #590A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590A9C; }

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

 H1.HeaderClassName
 {
   color: #590A9C;
 }
 .AnyTagClassName
 {
   color: #590A9C;
 }
</style>

background-color css

<style>
 a { background-color: #590A9C; }

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

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

border-color css

<style>
 span { border-color: #590A9C; }

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

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