Html Css Color HEX #590269 Indigo

📋 copy color: '#590269'

red 89 ◦ green 2 ◦ blue 105

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

Shades of Indigo #590269

Tints of Indigo #590269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 105 (41.41% from 255) = 53.57%

R = 45.41%
G = 1.02%
B = 53.57%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#590269 (or 0x590269) is known color: Indigo. HEX triplet: 59, 02 and 69. RGB value is (89,2,105). Sum of RGB (Red+Green+Blue) = 89+2+105=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #590269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590269 is #A6FD96. Grayscale: #272727. Windows color (decimal): -10943895 or 6881881. OLE color: 6881881.

HSL color Cylindrical-coordinate representation of color #590269: hue angle of 290.68º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590269 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 89 2 105 -
CMYK 0.15 0.98 0 0.59
HSL 290.68º 0.96% 0.21% -
HSV(B) 290.68º 0.98% 0.41% -
XYZ 6.69 3.19 13.63 -
YUV 39.76 164.82 163.12 -
System Red Green Blue C M Y K H S L
Decimal 89 2 105 0.15 0.98 0 0.59 290.68 0.96 0.21
Hex 59 2 69 F 62 0 3B 123 60 15
Octal 131 2 151 17 142 0 73 443 140 25
Binary 1011001 10 1101001 1111 1100010 0 111011 100100011 1100000 10101

Color Harmonies of #590269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590269

Black with #590269

Text Example


Text Example

White with #590269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590269; }

 p { color: rgb(89,2,105); }

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

background-color css

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

 a { background-color: rgb(89,2,105); }

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

border-color css

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

 span { border-color: rgb(89,2,105); }

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