#58028F

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

Shades of Indigo #58028F

Tints of Indigo #58028F

Color information

#58028F (or 0x58028F) is unknown color: approx Indigo. HEX triplet: 58, 02 and 8F. RGB value is (88,2,143). Sum of RGB (Red+Green+Blue) = 88+2+143=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #58028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58028F is #A7FD70. Grayscale: #2B2B2B. Windows color (decimal): -11009393 or 9372248. OLE color: 9372248.

HSL color Cylindrical-coordinate representation of color #58028F: hue angle of 276.6º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58028F is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB882143-
CMYK0.380.9900.44
HSL276.6º97.24%28.43%-
HSV(B)276.6º98.6%56.08%-
XYZ94.126.3-
YUV43.79183.99159.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 143 (56.25% from 255) = 61.37%
R=37.77%
G=0.86%
B=61.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8821430.380.9900.44276.697.2428.43
Hex5828F266302C115611c
Octal13022174614305442514134
Binary1011000101000111110011011000110101100100010101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58028F; }

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

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

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

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

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

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

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

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