#581178

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

Shades of Indigo #581178

Tints of Indigo #581178

Color information

#581178 (or 0x581178) is unknown color: approx Indigo. HEX triplet: 58, 11 and 78. RGB value is (88,17,120). Sum of RGB (Red+Green+Blue) = 88+17+120=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #581178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581178 is #A7EE87. Grayscale: #313131. Windows color (decimal): -11005576 or 7868760. OLE color: 7868760.

HSL color Cylindrical-coordinate representation of color #581178: hue angle of 281.36º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581178 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8817120-
CMYK0.270.8600.53
HSL281.36º75.18%26.86%-
HSV(B)281.36º85.83%47.06%-
XYZ7.623.8318.11-
YUV49.97167.52155.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.11%
GREEN value IS 17 (7.03% from 255) = 7.56%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=39.11%
G=7.56%
B=53.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88171200.270.8600.53281.3675.1826.86
Hex5811781B560351194b1b
Octal130211703312606543111333
Binary10110001000111110001101110101100110101100011001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581178; }

 p { color: rgb(88,17,120); }

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

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

 a { background-color: rgb(88,17,120); }

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

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

 span { border-color: rgb(88,17,120); }

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