#581075

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

Shades of Indigo #581075

Tints of Indigo #581075

Color information

#581075 (or 0x581075) is unknown color: approx Indigo. HEX triplet: 58, 10 and 75. RGB value is (88,16,117). Sum of RGB (Red+Green+Blue) = 88+16+117=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #581075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581075 is #A7EF8A. Grayscale: #303030. Windows color (decimal): -11005835 or 7671896. OLE color: 7671896.

HSL color Cylindrical-coordinate representation of color #581075: hue angle of 282.77º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581075 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8816117-
CMYK0.250.8600.54
HSL282.77º75.94%26.08%-
HSV(B)282.77º86.32%45.88%-
XYZ7.423.7317.16-
YUV49.04166.35155.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.82%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=39.82%
G=7.24%
B=52.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88161170.250.8600.54282.7775.9426.08
Hex581075195603611b4c1a
Octal130201653112606643311432
Binary10110001000011101011100110101100110110100011011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581075; }

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

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

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

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

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

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

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

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