Html Css Color HEX #590294 Indigo

📋 copy color: '#590294'

red 89 ◦ green 2 ◦ blue 148

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

Shades of Indigo #590294

Tints of Indigo #590294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.92%

R = 37.24%
G = 0.84%
B = 61.92%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#590294 (or 0x590294) is known color: Indigo. HEX triplet: 59, 02 and 94. RGB value is (89,2,148). Sum of RGB (Red+Green+Blue) = 89+2+148=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #590294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590294 is #A6FD6B. Grayscale: #2C2C2C. Windows color (decimal): -10943852 or 9699929. OLE color: 9699929.

HSL color Cylindrical-coordinate representation of color #590294: hue angle of 275.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590294 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 2 148 -
CMYK 0.40 0.99 0 0.42
HSL 275.75º 0.97% 0.29% -
HSV(B) 275.75º 0.99% 0.58% -
XYZ 9.49 4.31 28.35 -
YUV 44.66 186.32 159.63 -
System Red Green Blue C M Y K H S L
Decimal 89 2 148 0.40 0.99 0 0.42 275.75 0.97 0.29
Hex 59 2 94 28 63 0 2A 114 61 1D
Octal 131 2 224 50 143 0 52 424 141 35
Binary 1011001 10 10010100 101000 1100011 0 101010 100010100 1100001 11101

Color Harmonies of #590294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590294

Black with #590294

Text Example


Text Example

White with #590294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590294; }

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

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

background-color css

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

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

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

border-color css

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

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

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