Html Css Color HEX #440DDA Han Purple

📋 copy color: '#440DDA'

red 68 ◦ green 13 ◦ blue 218

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

Shades of Han Purple #440DDA

Tints of Han Purple #440DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 72.91%

R = 22.74%
G = 4.35%
B = 72.91%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#440DDA (or 0x440DDA) is known color: Han Purple. HEX triplet: 44, 0D and DA. RGB value is (68,13,218). Sum of RGB (Red+Green+Blue) = 68+13+218=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 218 (85.55% from 255 or 72.91% from 299); Max value from RGB is 218 - color contains mainly: blue. Hex color #440DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440DDA is #BBF225. Grayscale: #343434. Windows color (decimal): -12317222 or 14290244. OLE color: 14290244.

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

Color convert

RGB 68 13 218 -
CMYK 0.69 0.94 0 0.15
HSL 256.1º 0.89% 0.45% -
HSV(B) 256.1º 0.94% 0.85% -
XYZ 15.18 6.58 66.8 -
YUV 52.82 221.22 138.83 -
System Red Green Blue C M Y K H S L
Decimal 68 13 218 0.69 0.94 0 0.15 256.1 0.89 0.45
Hex 44 D DA 45 5E 0 F 100 59 2D
Octal 104 15 332 105 136 0 17 400 131 55
Binary 1000100 1101 11011010 1000101 1011110 0 1111 100000000 1011001 101101

Color Harmonies of #440DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DDA

Black with #440DDA

Text Example


Text Example

White with #440DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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