Html Css Color HEX #440DBC Purple Heart

📋 copy color: '#440DBC'

red 68 ◦ green 13 ◦ blue 188

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

Shades of Purple Heart #440DBC

Tints of Purple Heart #440DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 69.89%

R = 25.28%
G = 4.83%
B = 69.89%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#440DBC (or 0x440DBC) is known color: Purple Heart. HEX triplet: 44, 0D and BC. RGB value is (68,13,188). Sum of RGB (Red+Green+Blue) = 68+13+188=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #440DBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440DBC is #BBF243. Grayscale: #303030. Windows color (decimal): -12317252 or 12324164. OLE color: 12324164.

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

Color convert

RGB 68 13 188 -
CMYK 0.64 0.93 0 0.26
HSL 258.86º 0.87% 0.39% -
HSV(B) 258.86º 0.93% 0.74% -
XYZ 11.6 5.15 47.96 -
YUV 49.4 206.22 141.27 -
System Red Green Blue C M Y K H S L
Decimal 68 13 188 0.64 0.93 0 0.26 258.86 0.87 0.39
Hex 44 D BC 40 5D 0 1A 103 57 27
Octal 104 15 274 100 135 0 32 403 127 47
Binary 1000100 1101 10111100 1000000 1011101 0 11010 100000011 1010111 100111

Color Harmonies of #440DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DBC

Black with #440DBC

Text Example


Text Example

White with #440DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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