Html Css Color HEX #421EDB Han Purple

📋 copy color: '#421EDB'

red 66 ◦ green 30 ◦ blue 219

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

Shades of Han Purple #421EDB

Tints of Han Purple #421EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.52%

R = 20.95%
G = 9.52%
B = 69.52%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#421EDB (or 0x421EDB) is known color: Han Purple. HEX triplet: 42, 1E and DB. RGB value is (66,30,219). Sum of RGB (Red+Green+Blue) = 66+30+219=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #421EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421EDB is #BDE124. Grayscale: #3D3D3D. Windows color (decimal): -12443941 or 14360130. OLE color: 14360130.

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

Color convert

RGB 66 30 219 -
CMYK 0.70 0.86 0 0.14
HSL 251.43º 0.76% 0.49% -
HSV(B) 251.43º 0.86% 0.86% -
XYZ 15.5 7.2 67.59 -
YUV 62.31 216.43 130.63 -
System Red Green Blue C M Y K H S L
Decimal 66 30 219 0.70 0.86 0 0.14 251.43 0.76 0.49
Hex 42 1E DB 46 56 0 E FB 4C 31
Octal 102 36 333 106 126 0 16 373 114 61
Binary 1000010 11110 11011011 1000110 1010110 0 1110 11111011 1001100 110001

Color Harmonies of #421EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EDB

Black with #421EDB

Text Example


Text Example

White with #421EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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