Html Css Color HEX #440DB2 Purple Heart

📋 copy color: '#440DB2'

red 68 ◦ green 13 ◦ blue 178

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

Shades of Purple Heart #440DB2

Tints of Purple Heart #440DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 68.73%

R = 26.25%
G = 5.02%
B = 68.73%

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

#440DB2 (or 0x440DB2) is known color: Purple Heart. HEX triplet: 44, 0D and B2. RGB value is (68,13,178). Sum of RGB (Red+Green+Blue) = 68+13+178=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 178 (69.92% from 255 or 68.73% from 259); Max value from RGB is 178 - color contains mainly: blue. Hex color #440DB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440DB2 is #BBF24D. Grayscale: #2F2F2F. Windows color (decimal): -12317262 or 11668804. OLE color: 11668804.

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

Color convert

RGB 68 13 178 -
CMYK 0.62 0.93 0 0.30
HSL 260º 0.86% 0.37% -
HSV(B) 260º 0.93% 0.7% -
XYZ 10.56 4.73 42.48 -
YUV 48.26 201.22 142.08 -
System Red Green Blue C M Y K H S L
Decimal 68 13 178 0.62 0.93 0 0.30 260 0.86 0.37
Hex 44 D B2 3E 5D 0 1E 104 56 25
Octal 104 15 262 76 135 0 36 404 126 45
Binary 1000100 1101 10110010 111110 1011101 0 11110 100000100 1010110 100101

Color Harmonies of #440DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DB2

Black with #440DB2

Text Example


Text Example

White with #440DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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