#581685

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

Shades of Indigo #581685

Tints of Indigo #581685

Color information

#581685 (or 0x581685) is unknown color: approx Indigo. HEX triplet: 58, 16 and 85. RGB value is (88,22,133). Sum of RGB (Red+Green+Blue) = 88+22+133=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #581685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581685 is #A7E97A. Grayscale: #363636. Windows color (decimal): -11004283 or 8722008. OLE color: 8722008.

HSL color Cylindrical-coordinate representation of color #581685: hue angle of 275.68º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581685 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8822133-
CMYK0.340.8300.48
HSL275.68º71.61%30.39%-
HSV(B)275.68º83.46%52.16%-
XYZ8.554.3422.58-
YUV54.39172.37151.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 133 (52.34% from 255) = 54.73%
R=36.21%
G=9.05%
B=54.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88221330.340.8300.48275.6871.6130.39
Hex5816852253030114481e
Octal130262054212306042411036
Binary1011000101101000010110001010100110110000100010100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581685; }

 p { color: rgb(88,22,133); }

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

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

 a { background-color: rgb(88,22,133); }

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

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

 span { border-color: rgb(88,22,133); }

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