#581577

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

Shades of Indigo #581577

Tints of Indigo #581577

Color information

#581577 (or 0x581577) is unknown color: approx Indigo. HEX triplet: 58, 15 and 77. RGB value is (88,21,119). Sum of RGB (Red+Green+Blue) = 88+21+119=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #581577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581577 is #A7EA88. Grayscale: #333333. Windows color (decimal): -11004553 or 7804248. OLE color: 7804248.

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

Color convert

RGB8821119-
CMYK0.260.8200.53
HSL281.02º70%27.45%-
HSV(B)281.02º82.35%46.67%-
XYZ7.623.9417.81-
YUV52.2165.7153.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.60%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 119 (46.88% from 255) = 52.19%
R=38.60%
G=9.21%
B=52.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88211190.260.8200.53281.027027.45
Hex5815771A52035119461b
Octal130251673212206543110633
Binary10110001010111101111101010100100110101100011001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581577; }

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

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

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

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

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

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

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

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