#402DBB

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

Shades of Purple Heart #402DBB

Tints of Purple Heart #402DBB

Color information

#402DBB (or 0x402DBB) is unknown color: approx Purple Heart. HEX triplet: 40, 2D and BB. RGB value is (64,45,187). Sum of RGB (Red+Green+Blue) = 64+45+187=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #402DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DBB is #BFD244. Grayscale: #424242. Windows color (decimal): -12571205 or 12266816. OLE color: 12266816.

HSL color Cylindrical-coordinate representation of color #402DBB: hue angle of 248.03º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #402DBB is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6445187-
CMYK0.660.7600.27
HSL248.03º61.21%45.49%-
HSV(B)248.03º75.94%73.33%-
XYZ12.026.5547.65-
YUV66.87195.79125.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.62%
GREEN value IS 45 (17.97% from 255) = 15.20%
BLUE value IS 187 (73.44% from 255) = 63.18%
R=21.62%
G=15.20%
B=63.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64451870.660.7600.27248.0361.2145.49
Hex402DBB424C01Bf83d2d
Octal100552731021140333707555
Binary1000000101101101110111000010100110001101111111000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402DBB; }

 p { color: rgb(64,45,187); }

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

<style>
 a { background-color: #402DBB; }

 a { background-color: rgb(64,45,187); }

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

<style>
 span { border-color: #402DBB; }

 span { border-color: rgb(64,45,187); }

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