#491fdc

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

Shades of Han Purple #491FDC

Tints of Han Purple #491FDC

Color information

#491FDC (or 0x491FDC) is unknown color: approx Han Purple. HEX triplet: 49, 1F and DC. RGB value is (73,31,220). Sum of RGB (Red+Green+Blue) = 73+31+220=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #491FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491FDC is #B6E023. Grayscale: #404040. Windows color (decimal): -11984932 or 14425929. OLE color: 14425929.

HSL color Cylindrical-coordinate representation of color #491FDC: hue angle of 253.33º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491FDC is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7331220-
CMYK0.670.8600.14
HSL253.33º75.3%49.22%-
HSV(B)253.33º85.91%86.27%-
XYZ16.167.5668.32-
YUV65.1215.41133.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.53%
GREEN value IS 31 (12.5% from 255) = 9.57%
BLUE value IS 220 (86.33% from 255) = 67.90%
R=22.53%
G=9.57%
B=67.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73312200.670.8600.14253.3375.349.22
Hex491FDC43560Efd4b31
Octal1113733410312601637511361
Binary100100111111110111001000011101011001110111111011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491fdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,31,220); }

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

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

 a { background-color: rgb(73,31,220); }

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

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

 span { border-color: rgb(73,31,220); }

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