#581273

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

Shades of Indigo #581273

Tints of Indigo #581273

Color information

#581273 (or 0x581273) is unknown color: approx Indigo. HEX triplet: 58, 12 and 73. RGB value is (88,18,115). Sum of RGB (Red+Green+Blue) = 88+18+115=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #581273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581273 is #A7ED8C. Grayscale: #313131. Windows color (decimal): -11005325 or 7541336. OLE color: 7541336.

HSL color Cylindrical-coordinate representation of color #581273: hue angle of 283.3º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581273 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8818115-
CMYK0.230.8400.55
HSL283.3º72.93%26.08%-
HSV(B)283.3º84.35%45.1%-
XYZ7.343.7516.56-
YUV49.99164.69155.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.82%
GREEN value IS 18 (7.42% from 255) = 8.14%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=39.82%
G=8.14%
B=52.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88181150.230.8400.55283.372.9326.08
Hex581273175403711b491a
Octal130221632712406743311132
Binary10110001001011100111011110101000110111100011011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581273; }

 p { color: rgb(88,18,115); }

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

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

 a { background-color: rgb(88,18,115); }

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

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

 span { border-color: rgb(88,18,115); }

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