#421EEF

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

Shades of Han Purple #421EEF

Tints of Han Purple #421EEF

Color information

#421EEF (or 0x421EEF) is unknown color: approx Han Purple. HEX triplet: 42, 1E and EF. RGB value is (66,30,239). Sum of RGB (Red+Green+Blue) = 66+30+239=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #421EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421EEF is #BDE110. Grayscale: #3F3F3F. Windows color (decimal): -12443921 or 15670850. OLE color: 15670850.

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

Color convert

RGB6630239-
CMYK0.720.8700.06
HSL250.33º86.72%52.75%-
HSV(B)250.33º87.45%93.73%-
XYZ18.298.3282.3-
YUV64.59226.43129.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 30 (12.11% from 255) = 8.96%
BLUE value IS 239 (93.75% from 255) = 71.34%
R=19.70%
G=8.96%
B=71.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal66302390.720.8700.06250.3386.7252.75
Hex421EEF485706fa5735
Octal102363571101270637212765
Binary10000101111011101111100100010101110110111110101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,30,239); }

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

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

 a { background-color: rgb(66,30,239); }

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

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

 span { border-color: rgb(66,30,239); }

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