#581495

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

Shades of Indigo #581495

Tints of Indigo #581495

Color information

#581495 (or 0x581495) is unknown color: approx Indigo. HEX triplet: 58, 14 and 95. RGB value is (88,20,149). Sum of RGB (Red+Green+Blue) = 88+20+149=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #581495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581495 is #A7EB6A. Grayscale: #363636. Windows color (decimal): -11004779 or 9770072. OLE color: 9770072.

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

Color convert

RGB8820149-
CMYK0.410.8700.42
HSL271.63º76.33%33.14%-
HSV(B)271.63º86.58%58.43%-
XYZ9.74.7428.84-
YUV55.04181.03151.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.24%
GREEN value IS 20 (8.20% from 255) = 7.78%
BLUE value IS 149 (58.59% from 255) = 57.98%
R=34.24%
G=7.78%
B=57.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88201490.410.8700.42271.6376.3333.14
Hex581495295702A1104c21
Octal130242255112705242011441
Binary10110001010010010101101001101011101010101000100001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581495; }

 p { color: rgb(88,20,149); }

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

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

 a { background-color: rgb(88,20,149); }

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

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

 span { border-color: rgb(88,20,149); }

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