Html Css Color HEX #421FDE Han Purple

📋 copy color: '#421FDE'

red 66 ◦ green 31 ◦ blue 222

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

Shades of Han Purple #421FDE

Tints of Han Purple #421FDE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.72%

 BLUE value IS 222 (87.11% from 255) = 69.59%

R = 20.69%
G = 9.72%
B = 69.59%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#421FDE (or 0x421FDE) is known color: Han Purple. HEX triplet: 42, 1F and DE. RGB value is (66,31,222). Sum of RGB (Red+Green+Blue) = 66+31+222=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 222 (87.11% from 255 or 69.59% from 319); Max value from RGB is 222 - color contains mainly: blue. Hex color #421FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FDE is #BDE021. Grayscale: #3E3E3E. Windows color (decimal): -12443682 or 14556994. OLE color: 14556994.

HSL color Cylindrical-coordinate representation of color #421FDE: hue angle of 250.99º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421FDE is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 31 222 -
CMYK 0.70 0.86 0 0.13
HSL 250.99º 0.75% 0.5% -
HSV(B) 250.99º 0.86% 0.87% -
XYZ 15.92 7.41 69.7 -
YUV 63.24 217.6 129.97 -
System Red Green Blue C M Y K H S L
Decimal 66 31 222 0.70 0.86 0 0.13 250.99 0.75 0.5
Hex 42 1F DE 46 56 0 D FB 4B 32
Octal 102 37 336 106 126 0 15 373 113 62
Binary 1000010 11111 11011110 1000110 1010110 0 1101 11111011 1001011 110010

Color Harmonies of #421FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421FDE

Black with #421FDE

Text Example


Text Example

White with #421FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #421FDE;
 }
 .AnyTagClassName
 {
   color: #421FDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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