#581578

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

Shades of Indigo #581578

Tints of Indigo #581578

Color information

#581578 (or 0x581578) is unknown color: approx Indigo. HEX triplet: 58, 15 and 78. RGB value is (88,21,120). Sum of RGB (Red+Green+Blue) = 88+21+120=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #581578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581578 is #A7EA87. Grayscale: #333333. Windows color (decimal): -11004552 or 7869784. OLE color: 7869784.

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

Color convert

RGB8821120-
CMYK0.270.8300.53
HSL280.61º70.21%27.65%-
HSV(B)280.61º82.5%47.06%-
XYZ7.683.9718.13-
YUV52.32166.2153.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.43%
GREEN value IS 21 (8.59% from 255) = 9.17%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=38.43%
G=9.17%
B=52.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88211200.270.8300.53280.6170.2127.65
Hex5815781B53035119461c
Octal130251703312306543110634
Binary10110001010111110001101110100110110101100011001100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581578; }

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

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

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

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

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

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

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

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