#4210DF

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

Shades of Han Purple #4210DF

Tints of Han Purple #4210DF

Color information

#4210DF (or 0x4210DF) is unknown color: approx Han Purple. HEX triplet: 42, 10 and DF. RGB value is (66,16,223). Sum of RGB (Red+Green+Blue) = 66+16+223=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #4210DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4210DF is #BDEF20. Grayscale: #353535. Windows color (decimal): -12447521 or 14618690. OLE color: 14618690.

HSL color Cylindrical-coordinate representation of color #4210DF: hue angle of 254.49º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4210DF is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6616223-
CMYK0.700.9300.13
HSL254.49º86.61%46.86%-
HSV(B)254.49º92.83%87.45%-
XYZ15.756.8670.31-
YUV54.55223.06136.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 16 (6.64% from 255) = 5.25%
BLUE value IS 223 (87.5% from 255) = 73.11%
R=21.64%
G=5.25%
B=73.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66162230.700.9300.13254.4986.6146.86
Hex4210DF465D0Dfe572f
Octal1022033710613501537612757
Binary100001010000110111111000110101110101101111111101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4210DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4210DF; }

 p { color: rgb(66,16,223); }

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

<style>
 a { background-color: #4210DF; }

 a { background-color: rgb(66,16,223); }

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

<style>
 span { border-color: #4210DF; }

 span { border-color: rgb(66,16,223); }

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