Html Css Color HEX #440DB3 Purple Heart

📋 copy color: '#440DB3'

red 68 ◦ green 13 ◦ blue 179

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

Shades of Purple Heart #440DB3

Tints of Purple Heart #440DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 68.85%

R = 26.15%
G = 5%
B = 68.85%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#440DB3 (or 0x440DB3) is known color: Purple Heart. HEX triplet: 44, 0D and B3. RGB value is (68,13,179). Sum of RGB (Red+Green+Blue) = 68+13+179=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 179 (70.31% from 255 or 68.85% from 260); Max value from RGB is 179 - color contains mainly: blue. Hex color #440DB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440DB3 is #BBF24C. Grayscale: #2F2F2F. Windows color (decimal): -12317261 or 11734340. OLE color: 11734340.

HSL color Cylindrical-coordinate representation of color #440DB3: hue angle of 259.88º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440DB3 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 68 13 179 -
CMYK 0.62 0.93 0 0.30
HSL 259.88º 0.86% 0.38% -
HSV(B) 259.88º 0.93% 0.7% -
XYZ 10.66 4.77 43.01 -
YUV 48.37 201.72 142 -
System Red Green Blue C M Y K H S L
Decimal 68 13 179 0.62 0.93 0 0.30 259.88 0.86 0.38
Hex 44 D B3 3E 5D 0 1E 104 56 26
Octal 104 15 263 76 135 0 36 404 126 46
Binary 1000100 1101 10110011 111110 1011101 0 11110 100000100 1010110 100110

Color Harmonies of #440DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DB3

Black with #440DB3

Text Example


Text Example

White with #440DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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