#581876

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

Shades of Indigo #581876

Tints of Indigo #581876

Color information

#581876 (or 0x581876) is unknown color: approx Indigo. HEX triplet: 58, 18 and 76. RGB value is (88,24,118). Sum of RGB (Red+Green+Blue) = 88+24+118=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #581876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581876 is #A7E789. Grayscale: #353535. Windows color (decimal): -11003786 or 7739480. OLE color: 7739480.

HSL color Cylindrical-coordinate representation of color #581876: hue angle of 280.85º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581876 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8824118-
CMYK0.250.8000.54
HSL280.85º66.2%27.84%-
HSV(B)280.85º79.66%46.27%-
XYZ7.624.0417.52-
YUV53.85164.2152.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=38.26%
G=10.43%
B=51.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88241180.250.8000.54280.8566.227.84
Hex5818761950036119421c
Octal130301663112006643110234
Binary10110001100011101101100110100000110110100011001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581876; }

 p { color: rgb(88,24,118); }

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

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

 a { background-color: rgb(88,24,118); }

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

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

 span { border-color: rgb(88,24,118); }

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