Html Css Color HEX #590094 Indigo

📋 copy color: '#590094'

red 89 ◦ green 0 ◦ blue 148

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

Shades of Indigo #590094

Tints of Indigo #590094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.55%
G = 0%
B = 62.45%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#590094 (or 0x590094) is known color: Indigo. HEX triplet: 59, 00 and 94. RGB value is (89,0,148). Sum of RGB (Red+Green+Blue) = 89+0+148=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #590094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590094 is #A6FF6B. Grayscale: #2A2A2A. Windows color (decimal): -10944364 or 9699417. OLE color: 9699417.

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

Color convert

RGB 89 0 148 -
CMYK 0.40 1 0 0.42
HSL 276.08º 1% 0.29% -
HSV(B) 276.08º 1% 0.58% -
XYZ 9.47 4.26 28.34 -
YUV 43.48 186.99 160.47 -
System Red Green Blue C M Y K H S L
Decimal 89 0 148 0.40 1 0 0.42 276.08 1 0.29
Hex 59 0 94 28 64 0 2A 114 64 1D
Octal 131 0 224 50 144 0 52 424 144 35
Binary 1011001 0 10010100 101000 1100100 0 101010 100010100 1100100 11101

Color Harmonies of #590094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590094

Black with #590094

Text Example


Text Example

White with #590094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590094; }

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

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

background-color css

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

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

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

border-color css

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

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

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