Html Css Color HEX #590192 Indigo

📋 copy color: '#590192'

red 89 ◦ green 1 ◦ blue 146

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

Shades of Indigo #590192

Tints of Indigo #590192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 37.71%
G = 0.42%
B = 61.86%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#590192 (or 0x590192) is known color: Indigo. HEX triplet: 59, 01 and 92. RGB value is (89,1,146). Sum of RGB (Red+Green+Blue) = 89+1+146=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #590192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590192 is #A6FE6D. Grayscale: #2B2B2B. Windows color (decimal): -10944110 or 9568601. OLE color: 9568601.

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

Color convert

RGB 89 1 146 -
CMYK 0.39 0.99 0 0.43
HSL 276.41º 0.99% 0.29% -
HSV(B) 276.41º 0.99% 0.57% -
XYZ 9.32 4.22 27.52 -
YUV 43.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 89 1 146 0.39 0.99 0 0.43 276.41 0.99 0.29
Hex 59 1 92 27 63 0 2B 114 63 1D
Octal 131 1 222 47 143 0 53 424 143 35
Binary 1011001 1 10010010 100111 1100011 0 101011 100010100 1100011 11101

Color Harmonies of #590192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590192

Black with #590192

Text Example


Text Example

White with #590192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590192; }

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

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

background-color css

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

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

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

border-color css

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

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

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