Html Css Color HEX #590285 Indigo

📋 copy color: '#590285'

red 89 ◦ green 2 ◦ blue 133

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

Shades of Indigo #590285

Tints of Indigo #590285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 59.38%

R = 39.73%
G = 0.89%
B = 59.38%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#590285 (or 0x590285) is known color: Indigo. HEX triplet: 59, 02 and 85. RGB value is (89,2,133). Sum of RGB (Red+Green+Blue) = 89+2+133=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #590285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590285 is #A6FD7A. Grayscale: #2A2A2A. Windows color (decimal): -10943867 or 8716889. OLE color: 8716889.

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

Color convert

RGB 89 2 133 -
CMYK 0.33 0.98 0 0.48
HSL 279.85º 0.97% 0.26% -
HSV(B) 279.85º 0.98% 0.52% -
XYZ 8.38 3.86 22.49 -
YUV 42.95 178.82 160.85 -
System Red Green Blue C M Y K H S L
Decimal 89 2 133 0.33 0.98 0 0.48 279.85 0.97 0.26
Hex 59 2 85 21 62 0 30 118 61 1A
Octal 131 2 205 41 142 0 60 430 141 32
Binary 1011001 10 10000101 100001 1100010 0 110000 100011000 1100001 11010

Color Harmonies of #590285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590285

Black with #590285

Text Example


Text Example

White with #590285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590285; }

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

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

background-color css

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

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

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

border-color css

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

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

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