Html Css Color HEX #440DB4 Purple Heart

📋 copy color: '#440DB4'

red 68 ◦ green 13 ◦ blue 180

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

Shades of Purple Heart #440DB4

Tints of Purple Heart #440DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 68.97%

R = 26.05%
G = 4.98%
B = 68.97%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#440DB4 (or 0x440DB4) is known color: Purple Heart. HEX triplet: 44, 0D and B4. RGB value is (68,13,180). Sum of RGB (Red+Green+Blue) = 68+13+180=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 180 (70.70% from 255 or 68.97% from 261); Max value from RGB is 180 - color contains mainly: blue. Hex color #440DB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440DB4 is #BBF24B. Grayscale: #2F2F2F. Windows color (decimal): -12317260 or 11799876. OLE color: 11799876.

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

Color convert

RGB 68 13 180 -
CMYK 0.62 0.93 0 0.29
HSL 259.76º 0.87% 0.38% -
HSV(B) 259.76º 0.93% 0.71% -
XYZ 10.77 4.81 43.54 -
YUV 48.48 202.22 141.92 -
System Red Green Blue C M Y K H S L
Decimal 68 13 180 0.62 0.93 0 0.29 259.76 0.87 0.38
Hex 44 D B4 3E 5D 0 1D 104 57 26
Octal 104 15 264 76 135 0 35 404 127 46
Binary 1000100 1101 10110100 111110 1011101 0 11101 100000100 1010111 100110

Color Harmonies of #440DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DB4

Black with #440DB4

Text Example


Text Example

White with #440DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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