Html Css Color HEX #440DDD Han Purple

📋 copy color: '#440DDD'

red 68 ◦ green 13 ◦ blue 221

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

Shades of Han Purple #440DDD

Tints of Han Purple #440DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.3%

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

R = 22.52%
G = 4.3%
B = 73.18%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#440DDD (or 0x440DDD) is known color: Han Purple. HEX triplet: 44, 0D and DD. RGB value is (68,13,221). Sum of RGB (Red+Green+Blue) = 68+13+221=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #440DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440DDD is #BBF222. Grayscale: #343434. Windows color (decimal): -12317219 or 14486852. OLE color: 14486852.

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

Color convert

RGB 68 13 221 -
CMYK 0.69 0.94 0 0.13
HSL 255.87º 0.89% 0.46% -
HSV(B) 255.87º 0.94% 0.87% -
XYZ 15.58 6.74 68.89 -
YUV 53.16 222.72 138.59 -
System Red Green Blue C M Y K H S L
Decimal 68 13 221 0.69 0.94 0 0.13 255.87 0.89 0.46
Hex 44 D DD 45 5E 0 D 100 59 2E
Octal 104 15 335 105 136 0 15 400 131 56
Binary 1000100 1101 11011101 1000101 1011110 0 1101 100000000 1011001 101110

Color Harmonies of #440DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DDD

Black with #440DDD

Text Example


Text Example

White with #440DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440DDD; }

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

 H1.HeaderClassName
 {
   color: #440DDD;
 }
 .AnyTagClassName
 {
   color: #440DDD;
 }
</style>

background-color css

<style>
 a { background-color: #440DDD; }

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

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

border-color css

<style>
 span { border-color: #440DDD; }

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

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