#402bba

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

Shades of Purple Heart #402BBA

Tints of Purple Heart #402BBA

Color information

#402BBA (or 0x402BBA) is unknown color: approx Purple Heart. HEX triplet: 40, 2B and BA. RGB value is (64,43,186). Sum of RGB (Red+Green+Blue) = 64+43+186=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #402BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BBA is #BFD445. Grayscale: #414141. Windows color (decimal): -12571718 or 12200768. OLE color: 12200768.

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

Color convert

RGB6443186-
CMYK0.660.7700.27
HSL248.81º62.45%44.9%-
HSV(B)248.81º76.88%72.94%-
XYZ11.846.3647.06-
YUV65.58195.96126.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 43 (17.19% from 255) = 14.68%
BLUE value IS 186 (73.05% from 255) = 63.48%
R=21.84%
G=14.68%
B=63.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64431860.660.7700.27248.8162.4544.9
Hex402BBA424D01Bf93e2d
Octal100532721021150333717655
Binary1000000101011101110101000010100110101101111111001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,43,186); }

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

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

 a { background-color: rgb(64,43,186); }

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

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

 span { border-color: rgb(64,43,186); }

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