Html Css Color HEX #4822DD Han Purple

📋 copy color: '#4822DD'

red 72 ◦ green 34 ◦ blue 221

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

Shades of Han Purple #4822DD

Tints of Han Purple #4822DD

RGB

 RED value IS 72 (28.52% from 255) = 22.02%

 GREEN value IS 34 (13.67% from 255) = 10.4%

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

R = 22.02%
G = 10.4%
B = 67.58%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4822DD (or 0x4822DD) is known color: Han Purple. HEX triplet: 48, 22 and DD. RGB value is (72,34,221). Sum of RGB (Red+Green+Blue) = 72+34+221=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #4822DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4822DD is #B7DD22. Grayscale: #414141. Windows color (decimal): -12049699 or 14492232. OLE color: 14492232.

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

Color convert

RGB 72 34 221 -
CMYK 0.67 0.85 0 0.13
HSL 252.19º 0.73% 0.5% -
HSV(B) 252.19º 0.85% 0.87% -
XYZ 16.3 7.74 69.04 -
YUV 66.68 215.09 131.79 -
System Red Green Blue C M Y K H S L
Decimal 72 34 221 0.67 0.85 0 0.13 252.19 0.73 0.5
Hex 48 22 DD 43 55 0 D FC 49 32
Octal 110 42 335 103 125 0 15 374 111 62
Binary 1001000 100010 11011101 1000011 1010101 0 1101 11111100 1001001 110010

Color Harmonies of #4822DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4822DD

Black with #4822DD

Text Example


Text Example

White with #4822DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,34,221); }

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

background-color css

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

 a { background-color: rgb(72,34,221); }

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

border-color css

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

 span { border-color: rgb(72,34,221); }

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