#581779

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

Shades of Indigo #581779

Tints of Indigo #581779

Color information

#581779 (or 0x581779) is unknown color: approx Indigo. HEX triplet: 58, 17 and 79. RGB value is (88,23,121). Sum of RGB (Red+Green+Blue) = 88+23+121=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #581779 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581779 is #A7E886. Grayscale: #353535. Windows color (decimal): -11004039 or 7935832. OLE color: 7935832.

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

Color convert

RGB8823121-
CMYK0.270.8100.53
HSL279.8º68.06%28.24%-
HSV(B)279.8º80.99%47.45%-
XYZ7.784.0718.46-
YUV53.61166.03152.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.93%
GREEN value IS 23 (9.38% from 255) = 9.91%
BLUE value IS 121 (47.66% from 255) = 52.16%
R=37.93%
G=9.91%
B=52.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88231210.270.8100.53279.868.0628.24
Hex5817791B51035118441c
Octal130271713312106543010434
Binary10110001011111110011101110100010110101100011000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581779; }

 p { color: rgb(88,23,121); }

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

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

 a { background-color: rgb(88,23,121); }

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

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

 span { border-color: rgb(88,23,121); }

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