Html Css Color HEX #590685 Indigo

📋 copy color: '#590685'

red 89 ◦ green 6 ◦ blue 133

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

Shades of Indigo #590685

Tints of Indigo #590685

RGB

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

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

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

R = 39.04%
G = 2.63%
B = 58.33%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#590685 (or 0x590685) is known color: Indigo. HEX triplet: 59, 06 and 85. RGB value is (89,6,133). Sum of RGB (Red+Green+Blue) = 89+6+133=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #590685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590685 is #A6F97A. Grayscale: #2C2C2C. Windows color (decimal): -10942843 or 8717913. OLE color: 8717913.

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

Color convert

RGB 89 6 133 -
CMYK 0.33 0.95 0 0.48
HSL 279.21º 0.91% 0.27% -
HSV(B) 279.21º 0.95% 0.52% -
XYZ 8.42 3.95 22.51 -
YUV 45.3 177.5 159.17 -
System Red Green Blue C M Y K H S L
Decimal 89 6 133 0.33 0.95 0 0.48 279.21 0.91 0.27
Hex 59 6 85 21 5F 0 30 117 5B 1B
Octal 131 6 205 41 137 0 60 427 133 33
Binary 1011001 110 10000101 100001 1011111 0 110000 100010111 1011011 11011

Color Harmonies of #590685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590685

Black with #590685

Text Example


Text Example

White with #590685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590685; }

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

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

background-color css

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

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

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

border-color css

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

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

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