#5D028A

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

Shades of Indigo #5D028A

Tints of Indigo #5D028A

Color information

#5D028A (or 0x5D028A) is unknown color: approx Indigo. HEX triplet: 5D, 02 and 8A. RGB value is (93,2,138). Sum of RGB (Red+Green+Blue) = 93+2+138=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D028A is #A2FD75. Grayscale: #2C2C2C. Windows color (decimal): -10681718 or 9044573. OLE color: 9044573.

HSL color Cylindrical-coordinate representation of color #5D028A: hue angle of 280.15º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D028A is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB932138-
CMYK0.330.9900.46
HSL280.15º97.14%27.45%-
HSV(B)280.15º98.55%54.12%-
XYZ9.124.2124.38-
YUV44.71180.65162.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.91%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 138 (54.30% from 255) = 59.23%
R=39.91%
G=0.86%
B=59.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9321380.330.9900.46280.1597.1427.45
Hex5D28A216302E118611b
Octal13522124114305643014133
Binary1011101101000101010000111000110101110100011000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D028A; }

 p { color: rgb(93,2,138); }

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

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

 a { background-color: rgb(93,2,138); }

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

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

 span { border-color: rgb(93,2,138); }

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