#581081

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

Shades of Indigo #581081

Tints of Indigo #581081

Color information

#581081 (or 0x581081) is unknown color: approx Indigo. HEX triplet: 58, 10 and 81. RGB value is (88,16,129). Sum of RGB (Red+Green+Blue) = 88+16+129=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #581081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581081 is #A7EF7E. Grayscale: #323232. Windows color (decimal): -11005823 or 8458328. OLE color: 8458328.

HSL color Cylindrical-coordinate representation of color #581081: hue angle of 278.23º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581081 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8816129-
CMYK0.320.8800.49
HSL278.23º77.93%28.43%-
HSV(B)278.23º87.6%50.59%-
XYZ8.174.0321.12-
YUV50.41172.35154.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 16 (6.64% from 255) = 6.87%
BLUE value IS 129 (50.78% from 255) = 55.36%
R=37.77%
G=6.87%
B=55.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88161290.320.8800.49278.2377.9328.43
Hex58108120580311164e1c
Octal130202014013006142611634
Binary1011000100001000000110000010110000110001100010110100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581081; }

 p { color: rgb(88,16,129); }

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

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

 a { background-color: rgb(88,16,129); }

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

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

 span { border-color: rgb(88,16,129); }

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