#5D027D

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

Shades of Indigo #5D027D

Tints of Indigo #5D027D

Color information

#5D027D (or 0x5D027D) is unknown color: approx Indigo. HEX triplet: 5D, 02 and 7D. RGB value is (93,2,125). Sum of RGB (Red+Green+Blue) = 93+2+125=220 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.27% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #5D027D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D027D is #A2FD82. Grayscale: #2A2A2A. Windows color (decimal): -10681731 or 8192605. OLE color: 8192605.

HSL color Cylindrical-coordinate representation of color #5D027D: hue angle of 284.39º 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 #5D027D is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB932125-
CMYK0.260.9800.51
HSL284.39º96.85%24.9%-
HSV(B)284.39º98.4%49.02%-
XYZ8.243.8519.71-
YUV43.23174.15163.5-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.27%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 125 (49.22% from 255) = 56.82%
R=42.27%
G=0.91%
B=56.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9321250.260.9800.51284.3996.8524.9
Hex5D27D1A6203311c6119
Octal13521753214206343414131
Binary10111011011111011101011000100110011100011100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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