Html Css Color HEX #4219DB Han Purple

📋 copy color: '#4219DB'

red 66 ◦ green 25 ◦ blue 219

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

Shades of Han Purple #4219DB

Tints of Han Purple #4219DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

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

R = 21.29%
G = 8.06%
B = 70.65%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4219DB (or 0x4219DB) is known color: Han Purple. HEX triplet: 42, 19 and DB. RGB value is (66,25,219). Sum of RGB (Red+Green+Blue) = 66+25+219=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #4219DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4219DB is #BDE624. Grayscale: #3A3A3A. Windows color (decimal): -12445221 or 14358850. OLE color: 14358850.

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

Color convert

RGB 66 25 219 -
CMYK 0.70 0.89 0 0.14
HSL 252.68º 0.8% 0.48% -
HSV(B) 252.68º 0.89% 0.86% -
XYZ 15.38 6.97 67.55 -
YUV 59.38 218.08 132.73 -
System Red Green Blue C M Y K H S L
Decimal 66 25 219 0.70 0.89 0 0.14 252.68 0.8 0.48
Hex 42 19 DB 46 59 0 E FD 50 30
Octal 102 31 333 106 131 0 16 375 120 60
Binary 1000010 11001 11011011 1000110 1011001 0 1110 11111101 1010000 110000

Color Harmonies of #4219DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4219DB

Black with #4219DB

Text Example


Text Example

White with #4219DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4219DB; }

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

 H1.HeaderClassName
 {
   color: #4219DB;
 }
 .AnyTagClassName
 {
   color: #4219DB;
 }
</style>

background-color css

<style>
 a { background-color: #4219DB; }

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

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

border-color css

<style>
 span { border-color: #4219DB; }

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

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