#580368

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

Shades of Indigo #580368

Tints of Indigo #580368

Color information

#580368 (or 0x580368) is unknown color: approx Indigo. HEX triplet: 58, 03 and 68. RGB value is (88,3,104). Sum of RGB (Red+Green+Blue) = 88+3+104=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #580368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580368 is #A7FC97. Grayscale: #272727. Windows color (decimal): -11009176 or 6816600. OLE color: 6816600.

HSL color Cylindrical-coordinate representation of color #580368: hue angle of 290.5º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580368 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB883104-
CMYK0.150.9700.59
HSL290.5º94.39%20.98%-
HSV(B)290.5º97.12%40.78%-
XYZ6.563.1413.36-
YUV39.93164.16162.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 3 (1.56% from 255) = 1.54%
BLUE value IS 104 (41.02% from 255) = 53.33%
R=45.13%
G=1.54%
B=53.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8831040.150.9700.59290.594.3920.98
Hex58368F6103B1225e15
Octal13031501714107344213625
Binary1011000111101000111111000010111011100100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580368; }

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

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

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

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

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

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

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

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