#581693

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

Shades of Indigo #581693

Tints of Indigo #581693

Color information

#581693 (or 0x581693) is unknown color: approx Indigo. HEX triplet: 58, 16 and 93. RGB value is (88,22,147). Sum of RGB (Red+Green+Blue) = 88+22+147=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #581693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581693 is #A7E96C. Grayscale: #373737. Windows color (decimal): -11004269 or 9639512. OLE color: 9639512.

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

Color convert

RGB8822147-
CMYK0.400.8500.42
HSL271.68º73.96%33.14%-
HSV(B)271.68º85.03%57.65%-
XYZ9.584.7628.02-
YUV55.98179.37150.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.24%
GREEN value IS 22 (8.98% from 255) = 8.56%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=34.24%
G=8.56%
B=57.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88221470.400.8500.42271.6873.9633.14
Hex581693285502A1104a21
Octal130262235012505242011241
Binary10110001011010010011101000101010101010101000100001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581693; }

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

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

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

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

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

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

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

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