#4921F0

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

Shades of Han Purple #4921F0

Tints of Han Purple #4921F0

Color information

#4921F0 (or 0x4921F0) is unknown color: approx Han Purple. HEX triplet: 49, 21 and F0. RGB value is (73,33,240). Sum of RGB (Red+Green+Blue) = 73+33+240=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 240 (94.14% from 255 or 69.36% from 346); Max value from RGB is 240 - color contains mainly: blue. Hex color #4921F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4921F0 is #B6DE0F. Grayscale: #434343. Windows color (decimal): -11984400 or 15737161. OLE color: 15737161.

HSL color Cylindrical-coordinate representation of color #4921F0: hue angle of 251.59º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4921F0 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7333240-
CMYK0.700.8600.06
HSL251.59º87.34%53.53%-
HSV(B)251.59º86.25%94.12%-
XYZ19.028.883.13-
YUV68.56224.75131.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 33 (13.28% from 255) = 9.54%
BLUE value IS 240 (94.14% from 255) = 69.36%
R=21.10%
G=9.54%
B=69.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal73332400.700.8600.06251.5987.3453.53
Hex4921F0465606fc5736
Octal111413601061260637412766
Binary100100110000111110000100011010101100110111111001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4921F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4921F0; }

 p { color: rgb(73,33,240); }

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

<style>
 a { background-color: #4921F0; }

 a { background-color: rgb(73,33,240); }

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

<style>
 span { border-color: #4921F0; }

 span { border-color: rgb(73,33,240); }

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