#5B046F

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

Shades of Indigo #5B046F

Tints of Indigo #5B046F

Color information

#5B046F (or 0x5B046F) is unknown color: approx Indigo. HEX triplet: 5B, 04 and 6F. RGB value is (91,4,111). Sum of RGB (Red+Green+Blue) = 91+4+111=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B046F is #A4FB90. Grayscale: #292929. Windows color (decimal): -10812305 or 7275611. OLE color: 7275611.

HSL color Cylindrical-coordinate representation of color #5B046F: hue angle of 288.79º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B046F is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB914111-
CMYK0.180.9600.56
HSL288.79º93.04%22.55%-
HSV(B)288.79º96.4%43.53%-
XYZ7.233.4615.33-
YUV42.21166.82162.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.17%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 111 (43.75% from 255) = 53.88%
R=44.17%
G=1.94%
B=53.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9141110.180.9600.56288.7993.0422.55
Hex5B46F12600381215d17
Octal13341572214007044113527
Binary101101110011011111001011000000111000100100001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,4,111); }

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

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

 a { background-color: rgb(91,4,111); }

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

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

 span { border-color: rgb(91,4,111); }

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