#581494

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

Shades of Indigo #581494

Tints of Indigo #581494

Color information

#581494 (or 0x581494) is unknown color: approx Indigo. HEX triplet: 58, 14 and 94. RGB value is (88,20,148). Sum of RGB (Red+Green+Blue) = 88+20+148=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #581494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581494 is #A7EB6B. Grayscale: #363636. Windows color (decimal): -11004780 or 9704536. OLE color: 9704536.

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

Color convert

RGB8820148-
CMYK0.410.8600.42
HSL271.88º76.19%32.94%-
HSV(B)271.88º86.49%58.04%-
XYZ9.624.7128.42-
YUV54.92180.53151.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.38%
GREEN value IS 20 (8.20% from 255) = 7.81%
BLUE value IS 148 (58.20% from 255) = 57.81%
R=34.38%
G=7.81%
B=57.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88201480.410.8600.42271.8876.1932.94
Hex581494295602A1104c21
Octal130242245112605242011441
Binary10110001010010010100101001101011001010101000100001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581494; }

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

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

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

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

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

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

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

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