#421fe1

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

Shades of Han Purple #421FE1

Tints of Han Purple #421FE1

Color information

#421FE1 (or 0x421FE1) is unknown color: approx Han Purple. HEX triplet: 42, 1F and E1. RGB value is (66,31,225). Sum of RGB (Red+Green+Blue) = 66+31+225=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 225 (88.28% from 255 or 69.88% from 322); Max value from RGB is 225 - color contains mainly: blue. Hex color #421FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FE1 is #BDE01E. Grayscale: #3E3E3E. Windows color (decimal): -12443679 or 14753602. OLE color: 14753602.

HSL color Cylindrical-coordinate representation of color #421FE1: hue angle of 250.82º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421FE1 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6631225-
CMYK0.710.8600.12
HSL250.82º76.38%50.2%-
HSV(B)250.82º86.22%88.24%-
XYZ16.337.5771.84-
YUV63.58219.1129.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 31 (12.5% from 255) = 9.63%
BLUE value IS 225 (88.28% from 255) = 69.88%
R=20.50%
G=9.63%
B=69.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal66312250.710.8600.12250.8276.3850.2
Hex421FE147560Cfb4c32
Octal1023734110712601437311462
Binary100001011111111000011000111101011001100111110111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421fe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,31,225); }

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

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

 a { background-color: rgb(66,31,225); }

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

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

 span { border-color: rgb(66,31,225); }

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