#580362

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

Shades of Indigo #580362

Tints of Indigo #580362

Color information

#580362 (or 0x580362) is unknown color: approx Indigo. HEX triplet: 58, 03 and 62. RGB value is (88,3,98). Sum of RGB (Red+Green+Blue) = 88+3+98=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #580362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580362 is #A7FC9D. Grayscale: #262626. Windows color (decimal): -11009182 or 6423384. OLE color: 6423384.

HSL color Cylindrical-coordinate representation of color #580362: hue angle of 293.68º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580362 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB88398-
CMYK0.100.9700.62
HSL293.68º94.06%19.8%-
HSV(B)293.68º96.94%38.43%-
XYZ6.263.0211.81-
YUV39.24161.16162.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.56%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 98 (38.67% from 255) = 51.85%
R=46.56%
G=1.59%
B=51.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal883980.100.9700.62293.6894.0619.8
Hex58362A6103E1265e14
Octal13031421214107644613624
Binary1011000111100010101011000010111110100100110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580362; }

 p { color: rgb(88,3,98); }

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

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

 a { background-color: rgb(88,3,98); }

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

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

 span { border-color: rgb(88,3,98); }

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