#580793

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

Shades of Indigo #580793

Tints of Indigo #580793

Color information

#580793 (or 0x580793) is unknown color: approx Indigo. HEX triplet: 58, 07 and 93. RGB value is (88,7,147). Sum of RGB (Red+Green+Blue) = 88+7+147=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #580793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580793 is #A7F86C. Grayscale: #2E2E2E. Windows color (decimal): -11008109 or 9635672. OLE color: 9635672.

HSL color Cylindrical-coordinate representation of color #580793: hue angle of 274.71º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580793 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB887147-
CMYK0.400.9500.42
HSL274.71º90.91%30.2%-
HSV(B)274.71º95.24%57.65%-
XYZ9.374.3327.95-
YUV47.18184.34157.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.36%
GREEN value IS 7 (3.12% from 255) = 2.89%
BLUE value IS 147 (57.81% from 255) = 60.74%
R=36.36%
G=2.89%
B=60.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8871470.400.9500.42274.7190.9130.2
Hex58793285F02A1135b1e
Octal13072235013705242313336
Binary10110001111001001110100010111110101010100010011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580793; }

 p { color: rgb(88,7,147); }

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

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

 a { background-color: rgb(88,7,147); }

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

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

 span { border-color: rgb(88,7,147); }

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