Html Css Color HEX #4220DD Han Purple

📋 copy color: '#4220DD'

red 66 ◦ green 32 ◦ blue 221

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

Shades of Han Purple #4220DD

Tints of Han Purple #4220DD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.03%

 BLUE value IS 221 (86.72% from 255) = 69.28%

R = 20.69%
G = 10.03%
B = 69.28%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4220DD (or 0x4220DD) is known color: Han Purple. HEX triplet: 42, 20 and DD. RGB value is (66,32,221). Sum of RGB (Red+Green+Blue) = 66+32+221=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #4220DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4220DD is #BDDF22. Grayscale: #3E3E3E. Windows color (decimal): -12443427 or 14491714. OLE color: 14491714.

HSL color Cylindrical-coordinate representation of color #4220DD: hue angle of 250.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4220DD is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 32 221 -
CMYK 0.70 0.86 0 0.13
HSL 250.79º 0.75% 0.5% -
HSV(B) 250.79º 0.86% 0.87% -
XYZ 15.81 7.41 69 -
YUV 63.71 216.76 129.63 -
System Red Green Blue C M Y K H S L
Decimal 66 32 221 0.70 0.86 0 0.13 250.79 0.75 0.5
Hex 42 20 DD 46 56 0 D FB 4B 32
Octal 102 40 335 106 126 0 15 373 113 62
Binary 1000010 100000 11011101 1000110 1010110 0 1101 11111011 1001011 110010

Color Harmonies of #4220DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4220DD

Black with #4220DD

Text Example


Text Example

White with #4220DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4220DD; }

 p { color: rgb(66,32,221); }

 H1.HeaderClassName
 {
   color: #4220DD;
 }
 .AnyTagClassName
 {
   color: #4220DD;
 }
</style>

background-color css

<style>
 a { background-color: #4220DD; }

 a { background-color: rgb(66,32,221); }

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

border-color css

<style>
 span { border-color: #4220DD; }

 span { border-color: rgb(66,32,221); }

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