Html Css Color HEX #421EDA Han Purple

📋 copy color: '#421EDA'

red 66 ◦ green 30 ◦ blue 218

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

Shades of Han Purple #421EDA

Tints of Han Purple #421EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.43%

R = 21.02%
G = 9.55%
B = 69.43%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#421EDA (or 0x421EDA) is known color: Han Purple. HEX triplet: 42, 1E and DA. RGB value is (66,30,218). Sum of RGB (Red+Green+Blue) = 66+30+218=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #421EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421EDA is #BDE125. Grayscale: #3D3D3D. Windows color (decimal): -12443942 or 14294594. OLE color: 14294594.

HSL color Cylindrical-coordinate representation of color #421EDA: hue angle of 251.49º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421EDA is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 30 218 -
CMYK 0.70 0.86 0 0.15
HSL 251.49º 0.76% 0.49% -
HSV(B) 251.49º 0.86% 0.85% -
XYZ 15.37 7.15 66.9 -
YUV 62.2 215.93 130.71 -
System Red Green Blue C M Y K H S L
Decimal 66 30 218 0.70 0.86 0 0.15 251.49 0.76 0.49
Hex 42 1E DA 46 56 0 F FB 4C 31
Octal 102 36 332 106 126 0 17 373 114 61
Binary 1000010 11110 11011010 1000110 1010110 0 1111 11111011 1001100 110001

Color Harmonies of #421EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EDA

Black with #421EDA

Text Example


Text Example

White with #421EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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