Html Css Color HEX #421BDB Han Purple

📋 copy color: '#421BDB'

red 66 ◦ green 27 ◦ blue 219

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

Shades of Han Purple #421BDB

Tints of Han Purple #421BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.65%

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

R = 21.15%
G = 8.65%
B = 70.19%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#421BDB (or 0x421BDB) is known color: Han Purple. HEX triplet: 42, 1B and DB. RGB value is (66,27,219). Sum of RGB (Red+Green+Blue) = 66+27+219=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #421BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BDB is #BDE424. Grayscale: #3B3B3B. Windows color (decimal): -12444709 or 14359362. OLE color: 14359362.

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

Color convert

RGB 66 27 219 -
CMYK 0.70 0.88 0 0.14
HSL 252.19º 0.78% 0.48% -
HSV(B) 252.19º 0.88% 0.86% -
XYZ 15.42 7.06 67.57 -
YUV 60.55 217.42 131.89 -
System Red Green Blue C M Y K H S L
Decimal 66 27 219 0.70 0.88 0 0.14 252.19 0.78 0.48
Hex 42 1B DB 46 58 0 E FC 4E 30
Octal 102 33 333 106 130 0 16 374 116 60
Binary 1000010 11011 11011011 1000110 1011000 0 1110 11111100 1001110 110000

Color Harmonies of #421BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BDB

Black with #421BDB

Text Example


Text Example

White with #421BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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