#4219FE

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

Shades of Han Purple #4219FE

Tints of Han Purple #4219FE

Color information

#4219FE (or 0x4219FE) is unknown color: approx Han Purple. HEX triplet: 42, 19 and FE. RGB value is (66,25,254). Sum of RGB (Red+Green+Blue) = 66+25+254=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #4219FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4219FE is #BDE601. Grayscale: #3E3E3E. Windows color (decimal): -12445186 or 16652610. OLE color: 16652610.

HSL color Cylindrical-coordinate representation of color #4219FE: hue angle of 250.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4219FE is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB6625254-
CMYK0.740.9000.00
HSL250.74º99.13%54.71%-
HSV(B)250.74º90.16%99.61%-
XYZ20.489.0194.43-
YUV63.36235.58129.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.13%
GREEN value IS 25 (10.16% from 255) = 7.25%
BLUE value IS 254 (99.61% from 255) = 73.62%
R=19.13%
G=7.25%
B=73.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal66252540.740.9000.00250.7499.1354.71
Hex4219FE4A5A00fb6337
Octal102313761121320037314367
Binary100001011001111111101001010101101000111110111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4219FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4219FE; }

 p { color: rgb(66,25,254); }

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

<style>
 a { background-color: #4219FE; }

 a { background-color: rgb(66,25,254); }

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

<style>
 span { border-color: #4219FE; }

 span { border-color: rgb(66,25,254); }

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