Html Css Color HEX #590692 Indigo

📋 copy color: '#590692'

red 89 ◦ green 6 ◦ blue 146

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

Shades of Indigo #590692

Tints of Indigo #590692

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

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

R = 36.93%
G = 2.49%
B = 60.58%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#590692 (or 0x590692) is known color: Indigo. HEX triplet: 59, 06 and 92. RGB value is (89,6,146). Sum of RGB (Red+Green+Blue) = 89+6+146=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #590692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590692 is #A6F96D. Grayscale: #2E2E2E. Windows color (decimal): -10942830 or 9569881. OLE color: 9569881.

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

Color convert

RGB 89 6 146 -
CMYK 0.39 0.96 0 0.43
HSL 275.57º 0.92% 0.3% -
HSV(B) 275.57º 0.96% 0.57% -
XYZ 9.37 4.33 27.54 -
YUV 46.78 184 158.12 -
System Red Green Blue C M Y K H S L
Decimal 89 6 146 0.39 0.96 0 0.43 275.57 0.92 0.3
Hex 59 6 92 27 60 0 2B 114 5C 1E
Octal 131 6 222 47 140 0 53 424 134 36
Binary 1011001 110 10010010 100111 1100000 0 101011 100010100 1011100 11110

Color Harmonies of #590692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590692

Black with #590692

Text Example


Text Example

White with #590692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590692; }

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

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

background-color css

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

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

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

border-color css

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

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

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