Html Css Color HEX #440DBF Purple Heart

📋 copy color: '#440DBF'

red 68 ◦ green 13 ◦ blue 191

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

Shades of Purple Heart #440DBF

Tints of Purple Heart #440DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 70.22%

R = 25%
G = 4.78%
B = 70.22%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#440DBF (or 0x440DBF) is known color: Purple Heart. HEX triplet: 44, 0D and BF. RGB value is (68,13,191). Sum of RGB (Red+Green+Blue) = 68+13+191=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #440DBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440DBF is #BBF240. Grayscale: #313131. Windows color (decimal): -12317249 or 12520772. OLE color: 12520772.

HSL color Cylindrical-coordinate representation of color #440DBF: hue angle of 258.54º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440DBF is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 13 191 -
CMYK 0.64 0.93 0 0.25
HSL 258.54º 0.87% 0.4% -
HSV(B) 258.54º 0.93% 0.75% -
XYZ 11.93 5.28 49.68 -
YUV 49.74 207.72 141.03 -
System Red Green Blue C M Y K H S L
Decimal 68 13 191 0.64 0.93 0 0.25 258.54 0.87 0.4
Hex 44 D BF 40 5D 0 19 103 57 28
Octal 104 15 277 100 135 0 31 403 127 50
Binary 1000100 1101 10111111 1000000 1011101 0 11001 100000011 1010111 101000

Color Harmonies of #440DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DBF

Black with #440DBF

Text Example


Text Example

White with #440DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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