#421DF0

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

Shades of Han Purple #421DF0

Tints of Han Purple #421DF0

Color information

#421DF0 (or 0x421DF0) is unknown color: approx Han Purple. HEX triplet: 42, 1D and F0. RGB value is (66,29,240). Sum of RGB (Red+Green+Blue) = 66+29+240=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 240 (94.14% from 255 or 71.64% from 335); Max value from RGB is 240 - color contains mainly: blue. Hex color #421DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421DF0 is #BDE20F. Grayscale: #3F3F3F. Windows color (decimal): -12444176 or 15736130. OLE color: 15736130.

HSL color Cylindrical-coordinate representation of color #421DF0: hue angle of 250.52º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421DF0 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6629240-
CMYK0.720.8800.06
HSL250.52º87.55%52.75%-
HSV(B)250.52º87.92%94.12%-
XYZ18.418.3383.08-
YUV64.12227.26129.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 29 (11.72% from 255) = 8.66%
BLUE value IS 240 (94.14% from 255) = 71.64%
R=19.70%
G=8.66%
B=71.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal66292400.720.8800.06250.5287.5552.75
Hex421DF0485806fb5835
Octal102353601101300637313065
Binary10000101110111110000100100010110000110111110111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421DF0; }

 p { color: rgb(66,29,240); }

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

<style>
 a { background-color: #421DF0; }

 a { background-color: rgb(66,29,240); }

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

<style>
 span { border-color: #421DF0; }

 span { border-color: rgb(66,29,240); }

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