#581377

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

Shades of Indigo #581377

Tints of Indigo #581377

Color information

#581377 (or 0x581377) is unknown color: approx Indigo. HEX triplet: 58, 13 and 77. RGB value is (88,19,119). Sum of RGB (Red+Green+Blue) = 88+19+119=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #581377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581377 is #A7EC88. Grayscale: #323232. Windows color (decimal): -11005065 or 7803736. OLE color: 7803736.

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

Color convert

RGB8819119-
CMYK0.260.8400.53
HSL281.4º72.46%27.06%-
HSV(B)281.4º84.03%46.67%-
XYZ7.593.8717.8-
YUV51.03166.36154.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.94%
GREEN value IS 19 (7.81% from 255) = 8.41%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=38.94%
G=8.41%
B=52.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88191190.260.8400.53281.472.4627.06
Hex5813771A54035119481b
Octal130231673212406543111033
Binary10110001001111101111101010101000110101100011001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581377; }

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

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

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

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

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

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

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

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