#491DD8

Color #491DD8 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #491DD8

Tints of Han Purple #491DD8

Color information

#491DD8 (or 0x491DD8) is unknown color: approx Han Purple. HEX triplet: 49, 1D and D8. RGB value is (73,29,216). Sum of RGB (Red+Green+Blue) = 73+29+216=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 216 (84.77% from 255 or 67.92% from 318); Max value from RGB is 216 - color contains mainly: blue. Hex color #491DD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491DD8 is #B6E227. Grayscale: #3E3E3E. Windows color (decimal): -11985448 or 14163273. OLE color: 14163273.

HSL color Cylindrical-coordinate representation of color #491DD8: hue angle of 254.12º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491DD8 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7329216-
CMYK0.660.8700.15
HSL254.12º76.33%48.04%-
HSV(B)254.12º86.57%84.71%-
XYZ15.587.2565.54-
YUV63.47214.08134.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 29 (11.72% from 255) = 9.12%
BLUE value IS 216 (84.77% from 255) = 67.92%
R=22.96%
G=9.12%
B=67.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal73292160.660.8700.15254.1276.3348.04
Hex491DD842570Ffe4c30
Octal1113533010212701737611460
Binary100100111101110110001000010101011101111111111101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491DD8; }

 p { color: rgb(73,29,216); }

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

<style>
 a { background-color: #491DD8; }

 a { background-color: rgb(73,29,216); }

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

<style>
 span { border-color: #491DD8; }

 span { border-color: rgb(73,29,216); }

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