#5D027B

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

Shades of Indigo #5D027B

Tints of Indigo #5D027B

Color information

#5D027B (or 0x5D027B) is unknown color: approx Indigo. HEX triplet: 5D, 02 and 7B. RGB value is (93,2,123). Sum of RGB (Red+Green+Blue) = 93+2+123=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D027B is #A2FD84. Grayscale: #2A2A2A. Windows color (decimal): -10681733 or 8061533. OLE color: 8061533.

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

Color convert

RGB932123-
CMYK0.240.9800.52
HSL285.12º96.8%24.51%-
HSV(B)285.12º98.37%48.24%-
XYZ8.113.819.04-
YUV43173.15163.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.66%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 123 (48.44% from 255) = 56.42%
R=42.66%
G=0.92%
B=56.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9321230.240.9800.52285.1296.824.51
Hex5D27B186203411d6119
Octal13521733014206443514131
Binary10111011011110111100011000100110100100011101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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