Html Css Color HEX #4428DC Han Purple

📋 copy color: '#4428DC'

red 68 ◦ green 40 ◦ blue 220

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

Shades of Han Purple #4428DC

Tints of Han Purple #4428DC

RGB

 RED value IS 68 (26.95% from 255) = 20.73%

 GREEN value IS 40 (16.02% from 255) = 12.2%

 BLUE value IS 220 (86.33% from 255) = 67.07%

R = 20.73%
G = 12.2%
B = 67.07%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4428DC (or 0x4428DC) is known color: Han Purple. HEX triplet: 44, 28 and DC. RGB value is (68,40,220). Sum of RGB (Red+Green+Blue) = 68+40+220=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #4428DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4428DC is #BBD723. Grayscale: #444444. Windows color (decimal): -12310308 or 14428228. OLE color: 14428228.

HSL color Cylindrical-coordinate representation of color #4428DC: hue angle of 249.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4428DC is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 40 220 -
CMYK 0.69 0.82 0 0.14
HSL 249.33º 0.72% 0.51% -
HSV(B) 249.33º 0.82% 0.86% -
XYZ 16.06 7.91 68.39 -
YUV 68.89 213.28 127.36 -
System Red Green Blue C M Y K H S L
Decimal 68 40 220 0.69 0.82 0 0.14 249.33 0.72 0.51
Hex 44 28 DC 45 52 0 E F9 48 33
Octal 104 50 334 105 122 0 16 371 110 63
Binary 1000100 101000 11011100 1000101 1010010 0 1110 11111001 1001000 110011

Color Harmonies of #4428DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4428DC

Black with #4428DC

Text Example


Text Example

White with #4428DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4428DC; }

 p { color: rgb(68,40,220); }

 H1.HeaderClassName
 {
   color: #4428DC;
 }
 .AnyTagClassName
 {
   color: #4428DC;
 }
</style>

background-color css

<style>
 a { background-color: #4428DC; }

 a { background-color: rgb(68,40,220); }

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

border-color css

<style>
 span { border-color: #4428DC; }

 span { border-color: rgb(68,40,220); }

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