Html Css Color HEX #4229DD Han Purple

📋 copy color: '#4229DD'

red 66 ◦ green 41 ◦ blue 221

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

Shades of Han Purple #4229DD

Tints of Han Purple #4229DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.5%

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

R = 20.12%
G = 12.5%
B = 67.38%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4229DD (or 0x4229DD) is known color: Han Purple. HEX triplet: 42, 29 and DD. RGB value is (66,41,221). Sum of RGB (Red+Green+Blue) = 66+41+221=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #4229DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4229DD is #BDD622. Grayscale: #444444. Windows color (decimal): -12441123 or 14494018. OLE color: 14494018.

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

Color convert

RGB 66 41 221 -
CMYK 0.70 0.81 0 0.13
HSL 248.33º 0.73% 0.51% -
HSV(B) 248.33º 0.81% 0.87% -
XYZ 16.09 7.96 69.1 -
YUV 69 213.78 125.86 -
System Red Green Blue C M Y K H S L
Decimal 66 41 221 0.70 0.81 0 0.13 248.33 0.73 0.51
Hex 42 29 DD 46 51 0 D F8 49 33
Octal 102 51 335 106 121 0 15 370 111 63
Binary 1000010 101001 11011101 1000110 1010001 0 1101 11111000 1001001 110011

Color Harmonies of #4229DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4229DD

Black with #4229DD

Text Example


Text Example

White with #4229DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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