Html Css Color HEX #590A92 Indigo

📋 copy color: '#590A92'

red 89 ◦ green 10 ◦ blue 146

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

Shades of Indigo #590A92

Tints of Indigo #590A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.59%

R = 36.33%
G = 4.08%
B = 59.59%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#590A92 (or 0x590A92) is known color: Indigo. HEX triplet: 59, 0A and 92. RGB value is (89,10,146). Sum of RGB (Red+Green+Blue) = 89+10+146=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #590A92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590A92 is #A6F56D. Grayscale: #303030. Windows color (decimal): -10941806 or 9570905. OLE color: 9570905.

HSL color Cylindrical-coordinate representation of color #590A92: hue angle of 274.85º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590A92 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 10 146 -
CMYK 0.39 0.93 0 0.43
HSL 274.85º 0.87% 0.31% -
HSV(B) 274.85º 0.93% 0.57% -
XYZ 9.42 4.42 27.55 -
YUV 49.13 182.67 156.44 -
System Red Green Blue C M Y K H S L
Decimal 89 10 146 0.39 0.93 0 0.43 274.85 0.87 0.31
Hex 59 A 92 27 5D 0 2B 113 57 1F
Octal 131 12 222 47 135 0 53 423 127 37
Binary 1011001 1010 10010010 100111 1011101 0 101011 100010011 1010111 11111

Color Harmonies of #590A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590A92

Black with #590A92

Text Example


Text Example

White with #590A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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