Html Css Color HEX #421DDB Han Purple

📋 copy color: '#421DDB'

red 66 ◦ green 29 ◦ blue 219

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

Shades of Han Purple #421DDB

Tints of Han Purple #421DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.24%

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

R = 21.02%
G = 9.24%
B = 69.75%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#421DDB (or 0x421DDB) is known color: Han Purple. HEX triplet: 42, 1D and DB. RGB value is (66,29,219). Sum of RGB (Red+Green+Blue) = 66+29+219=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #421DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421DDB is #BDE224. Grayscale: #3D3D3D. Windows color (decimal): -12444197 or 14359874. OLE color: 14359874.

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

Color convert

RGB 66 29 219 -
CMYK 0.70 0.87 0 0.14
HSL 251.68º 0.77% 0.49% -
HSV(B) 251.68º 0.87% 0.86% -
XYZ 15.47 7.15 67.58 -
YUV 61.72 216.76 131.05 -
System Red Green Blue C M Y K H S L
Decimal 66 29 219 0.70 0.87 0 0.14 251.68 0.77 0.49
Hex 42 1D DB 46 57 0 E FC 4D 31
Octal 102 35 333 106 127 0 16 374 115 61
Binary 1000010 11101 11011011 1000110 1010111 0 1110 11111100 1001101 110001

Color Harmonies of #421DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421DDB

Black with #421DDB

Text Example


Text Example

White with #421DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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