#581978

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

Shades of Indigo #581978

Tints of Indigo #581978

Color information

#581978 (or 0x581978) is unknown color: approx Indigo. HEX triplet: 58, 19 and 78. RGB value is (88,25,120). Sum of RGB (Red+Green+Blue) = 88+25+120=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #581978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581978 is #A7E687. Grayscale: #363636. Windows color (decimal): -11003528 or 7870808. OLE color: 7870808.

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

Color convert

RGB8825120-
CMYK0.270.7900.53
HSL279.79º65.52%28.43%-
HSV(B)279.79º79.17%47.06%-
XYZ7.764.1318.16-
YUV54.67164.87151.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 25 (10.16% from 255) = 10.73%
BLUE value IS 120 (47.27% from 255) = 51.50%
R=37.77%
G=10.73%
B=51.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88251200.270.7900.53279.7965.5228.43
Hex5819781B4F035118421c
Octal130311703311706543010234
Binary10110001100111110001101110011110110101100011000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581978; }

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

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

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

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

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

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

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

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