Html Css Color HEX #440DAE Purple Heart

📋 copy color: '#440DAE'

red 68 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #440DAE

Tints of Purple Heart #440DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.24%

R = 26.67%
G = 5.1%
B = 68.24%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#440DAE (or 0x440DAE) is known color: Purple Heart. HEX triplet: 44, 0D and AE. RGB value is (68,13,174). Sum of RGB (Red+Green+Blue) = 68+13+174=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #440DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440DAE is #BBF251. Grayscale: #2F2F2F. Windows color (decimal): -12317266 or 11406660. OLE color: 11406660.

HSL color Cylindrical-coordinate representation of color #440DAE: hue angle of 260.5º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440DAE is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 13 174 -
CMYK 0.61 0.93 0 0.32
HSL 260.5º 0.86% 0.37% -
HSV(B) 260.5º 0.93% 0.68% -
XYZ 10.17 4.57 40.39 -
YUV 47.8 199.22 142.41 -
System Red Green Blue C M Y K H S L
Decimal 68 13 174 0.61 0.93 0 0.32 260.5 0.86 0.37
Hex 44 D AE 3D 5D 0 20 104 56 25
Octal 104 15 256 75 135 0 40 404 126 45
Binary 1000100 1101 10101110 111101 1011101 0 100000 100000100 1010110 100101

Color Harmonies of #440DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DAE

Black with #440DAE

Text Example


Text Example

White with #440DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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