#580495

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

Shades of Indigo #580495

Tints of Indigo #580495

Color information

#580495 (or 0x580495) is unknown color: approx Indigo. HEX triplet: 58, 04 and 95. RGB value is (88,4,149). Sum of RGB (Red+Green+Blue) = 88+4+149=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #580495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580495 is #A7FB6A. Grayscale: #2D2D2D. Windows color (decimal): -11008875 or 9765976. OLE color: 9765976.

HSL color Cylindrical-coordinate representation of color #580495: hue angle of 274.76º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580495 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB884149-
CMYK0.410.9700.42
HSL274.76º94.77%30%-
HSV(B)274.76º97.32%58.43%-
XYZ9.494.3328.77-
YUV45.65186.33158.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 4 (1.95% from 255) = 1.66%
BLUE value IS 149 (58.59% from 255) = 61.83%
R=36.51%
G=1.66%
B=61.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8841490.410.9700.42274.7694.7730
Hex58495296102A1135f1e
Octal13042255114105242313736
Binary10110001001001010110100111000010101010100010011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580495; }

 p { color: rgb(88,4,149); }

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

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

 a { background-color: rgb(88,4,149); }

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

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

 span { border-color: rgb(88,4,149); }

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