#581990

Color #581990 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #581990

Tints of Indigo #581990

Color information

#581990 (or 0x581990) is unknown color: approx Indigo. HEX triplet: 58, 19 and 90. RGB value is (88,25,144). Sum of RGB (Red+Green+Blue) = 88+25+144=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #581990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581990 is #A7E66F. Grayscale: #383838. Windows color (decimal): -11003504 or 9443672. OLE color: 9443672.

HSL color Cylindrical-coordinate representation of color #581990: hue angle of 271.76º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581990 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8825144-
CMYK0.390.8300.44
HSL271.76º70.41%33.14%-
HSV(B)271.76º82.64%56.47%-
XYZ9.414.7826.81-
YUV57.4176.87149.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.24%
GREEN value IS 25 (10.16% from 255) = 9.73%
BLUE value IS 144 (56.64% from 255) = 56.03%
R=34.24%
G=9.73%
B=56.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88251440.390.8300.44271.7670.4133.14
Hex581990275302C1104621
Octal130312204712305442010641
Binary10110001100110010000100111101001101011001000100001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581990; }

 p { color: rgb(88,25,144); }

 H1.HeaderClassName
 {
   color: #581990;
 }
 .AnyTagClassName
 {
   color: #581990;
 }
</style>
background-color css

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

 a { background-color: rgb(88,25,144); }

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

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

 span { border-color: rgb(88,25,144); }

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