#5D028B

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

Shades of Indigo #5D028B

Tints of Indigo #5D028B

Color information

#5D028B (or 0x5D028B) is unknown color: approx Indigo. HEX triplet: 5D, 02 and 8B. RGB value is (93,2,139). Sum of RGB (Red+Green+Blue) = 93+2+139=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D028B is #A2FD74. Grayscale: #2C2C2C. Windows color (decimal): -10681717 or 9110109. OLE color: 9110109.

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

Color convert

RGB932139-
CMYK0.330.9900.45
HSL279.85º97.16%27.65%-
HSV(B)279.85º98.56%54.51%-
XYZ9.24.2324.76-
YUV44.83181.15162.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.74%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 139 (54.69% from 255) = 59.40%
R=39.74%
G=0.85%
B=59.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9321390.330.9900.45279.8597.1627.65
Hex5D28B216302D118611c
Octal13522134114305543014134
Binary1011101101000101110000111000110101101100011000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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