#580680

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

Shades of Indigo #580680

Tints of Indigo #580680

Color information

#580680 (or 0x580680) is unknown color: approx Indigo. HEX triplet: 58, 06 and 80. RGB value is (88,6,128). Sum of RGB (Red+Green+Blue) = 88+6+128=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #580680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580680 is #A7F97F. Grayscale: #2C2C2C. Windows color (decimal): -11008384 or 8390232. OLE color: 8390232.

HSL color Cylindrical-coordinate representation of color #580680: hue angle of 280.33º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580680 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB886128-
CMYK0.310.9500.50
HSL280.33º91.04%26.27%-
HSV(B)280.33º95.31%50.2%-
XYZ7.993.7620.73-
YUV44.43175.17159.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 6 (2.73% from 255) = 2.70%
BLUE value IS 128 (50.39% from 255) = 57.66%
R=39.64%
G=2.70%
B=57.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8861280.310.9500.50280.3391.0426.27
Hex586801F5F0321185b1a
Octal13062003713706243013332
Binary1011000110100000001111110111110110010100011000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580680; }

 p { color: rgb(88,6,128); }

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

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

 a { background-color: rgb(88,6,128); }

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

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

 span { border-color: rgb(88,6,128); }

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