Html Css Color HEX #421EEF Han Purple

📋 copy color: '#421EEF'

red 66 ◦ green 30 ◦ blue 239

#421EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #421EEF

Tints of Han Purple #421EEF

RGB

 RED value IS 66 (26.17% from 255) = 19.7%

 GREEN value IS 30 (12.11% from 255) = 8.96%

 BLUE value IS 239 (93.75% from 255) = 71.34%

R = 19.7%
G = 8.96%
B = 71.34%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#421EEF (or 0x421EEF) is known color: 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

RGB 66 30 239 -
CMYK 0.72 0.87 0 0.06
HSL 250.33º 0.87% 0.53% -
HSV(B) 250.33º 0.87% 0.94% -
XYZ 18.29 8.32 82.3 -
YUV 64.59 226.43 129.01 -
System Red Green Blue C M Y K H S L
Decimal 66 30 239 0.72 0.87 0 0.06 250.33 0.87 0.53
Hex 42 1E EF 48 57 0 6 FA 57 35
Octal 102 36 357 110 127 0 6 372 127 65
Binary 1000010 11110 11101111 1001000 1010111 0 110 11111010 1010111 110101

Color Harmonies of #421EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EEF

Black with #421EEF

Text Example


Text Example

White with #421EEF

Text Example


Text Example

HTML Codes & Css Web 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>