Html Css Color HEX #440DAF Purple Heart

📋 copy color: '#440DAF'

red 68 ◦ green 13 ◦ blue 175

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

Shades of Purple Heart #440DAF

Tints of Purple Heart #440DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 68.36%

R = 26.56%
G = 5.08%
B = 68.36%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#440DAF (or 0x440DAF) is known color: Purple Heart. HEX triplet: 44, 0D and AF. RGB value is (68,13,175). Sum of RGB (Red+Green+Blue) = 68+13+175=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #440DAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440DAF is #BBF250. Grayscale: #2F2F2F. Windows color (decimal): -12317265 or 11472196. OLE color: 11472196.

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

Color convert

RGB 68 13 175 -
CMYK 0.61 0.93 0 0.31
HSL 260.37º 0.86% 0.37% -
HSV(B) 260.37º 0.93% 0.69% -
XYZ 10.27 4.61 40.91 -
YUV 47.91 199.72 142.33 -
System Red Green Blue C M Y K H S L
Decimal 68 13 175 0.61 0.93 0 0.31 260.37 0.86 0.37
Hex 44 D AF 3D 5D 0 1F 104 56 25
Octal 104 15 257 75 135 0 37 404 126 45
Binary 1000100 1101 10101111 111101 1011101 0 11111 100000100 1010110 100101

Color Harmonies of #440DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DAF

Black with #440DAF

Text Example


Text Example

White with #440DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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