Html Css Color HEX #4219D1 Han Purple

📋 copy color: '#4219D1'

red 66 ◦ green 25 ◦ blue 209

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

Shades of Han Purple #4219D1

Tints of Han Purple #4219D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 69.67%

R = 22%
G = 8.33%
B = 69.67%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4219D1 (or 0x4219D1) is known color: Han Purple. HEX triplet: 42, 19 and D1. RGB value is (66,25,209). Sum of RGB (Red+Green+Blue) = 66+25+209=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 209 (82.03% from 255 or 69.67% from 300); Max value from RGB is 209 - color contains mainly: blue. Hex color #4219D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4219D1 is #BDE62E. Grayscale: #393939. Windows color (decimal): -12445231 or 13703490. OLE color: 13703490.

HSL color Cylindrical-coordinate representation of color #4219D1: hue angle of 253.37º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4219D1 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 25 209 -
CMYK 0.68 0.88 0 0.18
HSL 253.37º 0.79% 0.46% -
HSV(B) 253.37º 0.88% 0.82% -
XYZ 14.1 6.46 60.82 -
YUV 58.24 213.08 133.54 -
System Red Green Blue C M Y K H S L
Decimal 66 25 209 0.68 0.88 0 0.18 253.37 0.79 0.46
Hex 42 19 D1 44 58 0 12 FD 4F 2E
Octal 102 31 321 104 130 0 22 375 117 56
Binary 1000010 11001 11010001 1000100 1011000 0 10010 11111101 1001111 101110

Color Harmonies of #4219D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4219D1

Black with #4219D1

Text Example


Text Example

White with #4219D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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