Html Css Color HEX #4418DD Han Purple

📋 copy color: '#4418DD'

red 68 ◦ green 24 ◦ blue 221

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

Shades of Han Purple #4418DD

Tints of Han Purple #4418DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.67%

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

R = 21.73%
G = 7.67%
B = 70.61%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4418DD (or 0x4418DD) is known color: Han Purple. HEX triplet: 44, 18 and DD. RGB value is (68,24,221). Sum of RGB (Red+Green+Blue) = 68+24+221=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #4418DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4418DD is #BBE722. Grayscale: #3A3A3A. Windows color (decimal): -12314403 or 14489668. OLE color: 14489668.

HSL color Cylindrical-coordinate representation of color #4418DD: hue angle of 253.4º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4418DD is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 24 221 -
CMYK 0.69 0.89 0 0.13
HSL 253.4º 0.8% 0.48% -
HSV(B) 253.4º 0.89% 0.87% -
XYZ 15.76 7.1 68.95 -
YUV 59.61 219.08 133.98 -
System Red Green Blue C M Y K H S L
Decimal 68 24 221 0.69 0.89 0 0.13 253.4 0.8 0.48
Hex 44 18 DD 45 59 0 D FD 50 30
Octal 104 30 335 105 131 0 15 375 120 60
Binary 1000100 11000 11011101 1000101 1011001 0 1101 11111101 1010000 110000

Color Harmonies of #4418DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4418DD

Black with #4418DD

Text Example


Text Example

White with #4418DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,24,221); }

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

background-color css

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

 a { background-color: rgb(68,24,221); }

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

border-color css

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

 span { border-color: rgb(68,24,221); }

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