#58027A

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

Shades of Indigo #58027A

Tints of Indigo #58027A

Color information

#58027A (or 0x58027A) is unknown color: approx Indigo. HEX triplet: 58, 02 and 7A. RGB value is (88,2,122). Sum of RGB (Red+Green+Blue) = 88+2+122=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #58027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58027A is #A7FD85. Grayscale: #292929. Windows color (decimal): -11009414 or 7995992. OLE color: 7995992.

HSL color Cylindrical-coordinate representation of color #58027A: hue angle of 283º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58027A is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB882122-
CMYK0.280.9800.52
HSL283º96.77%24.31%-
HSV(B)283º98.36%47.84%-
XYZ7.563.5218.69-
YUV41.39173.49161.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 122 (48.05% from 255) = 57.55%
R=41.51%
G=0.94%
B=57.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8821220.280.9800.5228396.7724.31
Hex5827A1C6203411b6118
Octal13021723414206443314130
Binary10110001011110101110011000100110100100011011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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