Html Css Color HEX #421EDD Han Purple

📋 copy color: '#421EDD'

red 66 ◦ green 30 ◦ blue 221

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

Shades of Han Purple #421EDD

Tints of Han Purple #421EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.72%

R = 20.82%
G = 9.46%
B = 69.72%

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

#421EDD (or 0x421EDD) is known color: Han Purple. HEX triplet: 42, 1E and DD. RGB value is (66,30,221). Sum of RGB (Red+Green+Blue) = 66+30+221=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #421EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421EDD is #BDE122. Grayscale: #3D3D3D. Windows color (decimal): -12443939 or 14491202. OLE color: 14491202.

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

Color convert

RGB 66 30 221 -
CMYK 0.70 0.86 0 0.13
HSL 251.31º 0.76% 0.49% -
HSV(B) 251.31º 0.86% 0.87% -
XYZ 15.76 7.31 68.99 -
YUV 62.54 217.43 130.47 -
System Red Green Blue C M Y K H S L
Decimal 66 30 221 0.70 0.86 0 0.13 251.31 0.76 0.49
Hex 42 1E DD 46 56 0 D FB 4C 31
Octal 102 36 335 106 126 0 15 373 114 61
Binary 1000010 11110 11011101 1000110 1010110 0 1101 11111011 1001100 110001

Color Harmonies of #421EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EDD

Black with #421EDD

Text Example


Text Example

White with #421EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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