#581690

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

Shades of Indigo #581690

Tints of Indigo #581690

Color information

#581690 (or 0x581690) is unknown color: approx Indigo. HEX triplet: 58, 16 and 90. RGB value is (88,22,144). Sum of RGB (Red+Green+Blue) = 88+22+144=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #581690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581690 is #A7E96F. Grayscale: #373737. Windows color (decimal): -11004272 or 9442904. OLE color: 9442904.

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

Color convert

RGB8822144-
CMYK0.390.8500.44
HSL272.46º73.49%32.55%-
HSV(B)272.46º84.72%56.47%-
XYZ9.354.6626.79-
YUV55.64177.87151.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.65%
GREEN value IS 22 (8.98% from 255) = 8.66%
BLUE value IS 144 (56.64% from 255) = 56.69%
R=34.65%
G=8.66%
B=56.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88221440.390.8500.44272.4673.4932.55
Hex581690275502C1104921
Octal130262204712505442011141
Binary10110001011010010000100111101010101011001000100001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581690; }

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

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

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

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

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

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

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

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