#58027D

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

Shades of Indigo #58027D

Tints of Indigo #58027D

Color information

#58027D (or 0x58027D) is unknown color: approx Indigo. HEX triplet: 58, 02 and 7D. RGB value is (88,2,125). Sum of RGB (Red+Green+Blue) = 88+2+125=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #58027D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58027D is #A7FD82. Grayscale: #292929. Windows color (decimal): -11009411 or 8192600. OLE color: 8192600.

HSL color Cylindrical-coordinate representation of color #58027D: hue angle of 281.95º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58027D is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB882125-
CMYK0.300.9800.51
HSL281.95º96.85%24.9%-
HSV(B)281.95º98.4%49.02%-
XYZ7.753.619.69-
YUV41.74174.99161-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.93%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 125 (49.22% from 255) = 58.14%
R=40.93%
G=0.93%
B=58.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8821250.300.9800.51281.9596.8524.9
Hex5827D1E6203311a6119
Octal13021753614206343214131
Binary10110001011111011111011000100110011100011010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58027D; }

 p { color: rgb(88,2,125); }

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

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

 a { background-color: rgb(88,2,125); }

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

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

 span { border-color: rgb(88,2,125); }

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