#4031BA

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

Shades of Purple Heart #4031BA

Tints of Purple Heart #4031BA

Color information

#4031BA (or 0x4031BA) is unknown color: approx Purple Heart. HEX triplet: 40, 31 and BA. RGB value is (64,49,186). Sum of RGB (Red+Green+Blue) = 64+49+186=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #4031BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4031BA is #BFCE45. Grayscale: #444444. Windows color (decimal): -12570182 or 12202304. OLE color: 12202304.

HSL color Cylindrical-coordinate representation of color #4031BA: hue angle of 246.57º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4031BA is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6449186-
CMYK0.660.7400.27
HSL246.57º58.3%46.08%-
HSV(B)246.57º73.66%72.94%-
XYZ12.086.8347.14-
YUV69.1193.97124.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 49 (19.53% from 255) = 16.39%
BLUE value IS 186 (73.05% from 255) = 62.21%
R=21.40%
G=16.39%
B=62.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64491860.660.7400.27246.5758.346.08
Hex4031BA424A01Bf73a2e
Octal100612721021120333677256
Binary1000000110001101110101000010100101001101111110111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4031BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4031BA; }

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

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

<style>
 a { background-color: #4031BA; }

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

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

<style>
 span { border-color: #4031BA; }

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

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