Html Css Color HEX #4416DD Han Purple

📋 copy color: '#4416DD'

red 68 ◦ green 22 ◦ blue 221

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

Shades of Han Purple #4416DD

Tints of Han Purple #4416DD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.07%

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

R = 21.86%
G = 7.07%
B = 71.06%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4416DD (or 0x4416DD) is known color: Han Purple. HEX triplet: 44, 16 and DD. RGB value is (68,22,221). Sum of RGB (Red+Green+Blue) = 68+22+221=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #4416DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4416DD is #BBE922. Grayscale: #393939. Windows color (decimal): -12314915 or 14489156. OLE color: 14489156.

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

Color convert

RGB 68 22 221 -
CMYK 0.69 0.90 0 0.13
HSL 253.87º 0.82% 0.48% -
HSV(B) 253.87º 0.9% 0.87% -
XYZ 15.72 7.02 68.93 -
YUV 58.44 219.74 134.82 -
System Red Green Blue C M Y K H S L
Decimal 68 22 221 0.69 0.90 0 0.13 253.87 0.82 0.48
Hex 44 16 DD 45 5A 0 D FE 52 30
Octal 104 26 335 105 132 0 15 376 122 60
Binary 1000100 10110 11011101 1000101 1011010 0 1101 11111110 1010010 110000

Color Harmonies of #4416DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4416DD

Black with #4416DD

Text Example


Text Example

White with #4416DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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