#580068

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

Shades of Indigo #580068

Tints of Indigo #580068

Color information

#580068 (or 0x580068) is unknown color: approx Indigo. HEX triplet: 58, 00 and 68. RGB value is (88,0,104). Sum of RGB (Red+Green+Blue) = 88+0+104=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #580068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580068 is #A7FF97. Grayscale: #252525. Windows color (decimal): -11009944 or 6815832. OLE color: 6815832.

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

Color convert

RGB880104-
CMYK0.15100.59
HSL290.77º100%20.39%-
HSV(B)290.77º100%40.78%-
XYZ6.523.0713.35-
YUV38.17165.15163.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 54.17%
R=45.83%
G=0%
B=54.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8801040.15100.59290.7710020.39
Hex58068F6403B1236414
Octal13001501714407344314424
Binary101100001101000111111001000111011100100011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580068; }

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

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

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

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

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

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

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

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