#580168

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

Shades of Indigo #580168

Tints of Indigo #580168

Color information

#580168 (or 0x580168) is unknown color: approx Indigo. HEX triplet: 58, 01 and 68. RGB value is (88,1,104). Sum of RGB (Red+Green+Blue) = 88+1+104=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #580168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580168 is #A7FE97. Grayscale: #262626. Windows color (decimal): -11009688 or 6816088. OLE color: 6816088.

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

Color convert

RGB881104-
CMYK0.150.9900.59
HSL290.68º98.1%20.59%-
HSV(B)290.68º99.04%40.78%-
XYZ6.533.113.35-
YUV38.75164.82163.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.60%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 104 (41.02% from 255) = 53.89%
R=45.60%
G=0.52%
B=53.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8811040.150.9900.59290.6898.120.59
Hex58168F6303B1236215
Octal13011501714307344314225
Binary101100011101000111111000110111011100100011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580168; }

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

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

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

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

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

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

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

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