#400DB8

Color #400DB8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #400DB8

Tints of Purple Heart #400DB8

Color information

#400DB8 (or 0x400DB8) is unknown color: approx Purple Heart. HEX triplet: 40, 0D and B8. RGB value is (64,13,184). Sum of RGB (Red+Green+Blue) = 64+13+184=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 184 (72.27% from 255 or 70.50% from 261); Max value from RGB is 184 - color contains mainly: blue. Hex color #400DB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DB8 is #BFF247. Grayscale: #2F2F2F. Windows color (decimal): -12579400 or 12062016. OLE color: 12062016.

HSL color Cylindrical-coordinate representation of color #400DB8: hue angle of 257.89º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400DB8 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6413184-
CMYK0.650.9300.28
HSL257.89º86.8%38.63%-
HSV(B)257.89º92.93%72.16%-
XYZ10.914.8445.71-
YUV47.74204.9139.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 13 (5.47% from 255) = 4.98%
BLUE value IS 184 (72.27% from 255) = 70.50%
R=24.52%
G=4.98%
B=70.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal64131840.650.9300.28257.8986.838.63
Hex40DB8415D01C1025727
Octal1001527010113503440212747
Binary1000000110110111000100000110111010111001000000101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400DB8; }

 p { color: rgb(64,13,184); }

 H1.HeaderClassName
 {
   color: #400DB8;
 }
 .AnyTagClassName
 {
   color: #400DB8;
 }
</style>
background-color css

<style>
 a { background-color: #400DB8; }

 a { background-color: rgb(64,13,184); }

 div.DivClassName
 {
   background-color: #400DB8;
 }
 .BgClassName
 {
   background-color: #400DB8;
 }
</style>
border-color css

<style>
 span { border-color: #400DB8; }

 span { border-color: rgb(64,13,184); }

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