#400DB1

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

Shades of Purple Heart #400DB1

Tints of Purple Heart #400DB1

Color information

#400DB1 (or 0x400DB1) is unknown color: approx Purple Heart. HEX triplet: 40, 0D and B1. RGB value is (64,13,177). Sum of RGB (Red+Green+Blue) = 64+13+177=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 177 (69.53% from 255 or 69.69% from 254); Max value from RGB is 177 - color contains mainly: blue. Hex color #400DB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400DB1 is #BFF24E. Grayscale: #2E2E2E. Windows color (decimal): -12579407 or 11603264. OLE color: 11603264.

HSL color Cylindrical-coordinate representation of color #400DB1: hue angle of 258.66º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400DB1 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6413177-
CMYK0.640.9300.31
HSL258.66º86.32%37.25%-
HSV(B)258.66º92.66%69.41%-
XYZ10.194.5541.94-
YUV46.94201.4140.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 13 (5.47% from 255) = 5.12%
BLUE value IS 177 (69.53% from 255) = 69.69%
R=25.20%
G=5.12%
B=69.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64131770.640.9300.31258.6686.3237.25
Hex40DB1405D01F1035625
Octal1001526110013503740312645
Binary1000000110110110001100000010111010111111000000111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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