#580182

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

Shades of Indigo #580182

Tints of Indigo #580182

Color information

#580182 (or 0x580182) is unknown color: approx Indigo. HEX triplet: 58, 01 and 82. RGB value is (88,1,130). Sum of RGB (Red+Green+Blue) = 88+1+130=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #580182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580182 is #A7FE7D. Grayscale: #292929. Windows color (decimal): -11009662 or 8520024. OLE color: 8520024.

HSL color Cylindrical-coordinate representation of color #580182: hue angle of 280.47º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580182 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB881130-
CMYK0.320.9900.49
HSL280.47º98.47%25.69%-
HSV(B)280.47º99.23%50.98%-
XYZ8.063.7121.41-
YUV41.72177.82161.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.18%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 130 (51.17% from 255) = 59.36%
R=40.18%
G=0.46%
B=59.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8811300.320.9900.49280.4798.4725.69
Hex581822063031118621a
Octal13012024014306143014232
Binary101100011000001010000011000110110001100011000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580182; }

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

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

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

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

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

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

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

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