#581394

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

Shades of Indigo #581394

Tints of Indigo #581394

Color information

#581394 (or 0x581394) is unknown color: approx Indigo. HEX triplet: 58, 13 and 94. RGB value is (88,19,148). Sum of RGB (Red+Green+Blue) = 88+19+148=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #581394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581394 is #A7EC6B. Grayscale: #353535. Windows color (decimal): -11005036 or 9704280. OLE color: 9704280.

HSL color Cylindrical-coordinate representation of color #581394: hue angle of 272.09º degrees, saturation: 0.77, 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 #581394 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8819148-
CMYK0.410.8700.42
HSL272.09º77.25%32.75%-
HSV(B)272.09º87.16%58.04%-
XYZ9.64.6828.41-
YUV54.34180.86152.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.51%
GREEN value IS 19 (7.81% from 255) = 7.45%
BLUE value IS 148 (58.20% from 255) = 58.04%
R=34.51%
G=7.45%
B=58.04%

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
Decimal88191480.410.8700.42272.0977.2532.75
Hex581394295702A1104d21
Octal130232245112705242011541
Binary10110001001110010100101001101011101010101000100001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581394; }

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

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

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

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

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

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

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

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