#402CBB

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

Shades of Purple Heart #402CBB

Tints of Purple Heart #402CBB

Color information

#402CBB (or 0x402CBB) is unknown color: approx Purple Heart. HEX triplet: 40, 2C and BB. RGB value is (64,44,187). Sum of RGB (Red+Green+Blue) = 64+44+187=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #402CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CBB is #BFD344. Grayscale: #414141. Windows color (decimal): -12571461 or 12266560. OLE color: 12266560.

HSL color Cylindrical-coordinate representation of color #402CBB: hue angle of 248.39º degrees, saturation: 0.62, 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 #402CBB is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6444187-
CMYK0.660.7600.27
HSL248.39º61.9%45.29%-
HSV(B)248.39º76.47%73.33%-
XYZ11.986.4847.63-
YUV66.28196.13126.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 44 (17.58% from 255) = 14.92%
BLUE value IS 187 (73.44% from 255) = 63.39%
R=21.69%
G=14.92%
B=63.39%

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
Decimal64441870.660.7600.27248.3961.945.29
Hex402CBB424C01Bf83e2d
Octal100542731021140333707655
Binary1000000101100101110111000010100110001101111111000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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