#581477

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

Shades of Indigo #581477

Tints of Indigo #581477

Color information

#581477 (or 0x581477) is unknown color: approx Indigo. HEX triplet: 58, 14 and 77. RGB value is (88,20,119). Sum of RGB (Red+Green+Blue) = 88+20+119=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #581477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581477 is #A7EB88. Grayscale: #333333. Windows color (decimal): -11004809 or 7803992. OLE color: 7803992.

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

Color convert

RGB8820119-
CMYK0.260.8300.53
HSL281.21º71.22%27.25%-
HSV(B)281.21º83.19%46.67%-
XYZ7.63.9117.81-
YUV51.62166.03153.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 20 (8.20% from 255) = 8.81%
BLUE value IS 119 (46.88% from 255) = 52.42%
R=38.77%
G=8.81%
B=52.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88201190.260.8300.53281.2171.2227.25
Hex5814771A53035119471b
Octal130241673212306543110733
Binary10110001010011101111101010100110110101100011001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581477; }

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

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

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

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

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

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

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

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