#4030BB

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

Shades of Purple Heart #4030BB

Tints of Purple Heart #4030BB

Color information

#4030BB (or 0x4030BB) is unknown color: approx Purple Heart. HEX triplet: 40, 30 and BB. RGB value is (64,48,187). Sum of RGB (Red+Green+Blue) = 64+48+187=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #4030BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4030BB is #BFCF44. Grayscale: #444444. Windows color (decimal): -12570437 or 12267584. OLE color: 12267584.

HSL color Cylindrical-coordinate representation of color #4030BB: hue angle of 246.91º degrees, saturation: 0.59, 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 #4030BB is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6448187-
CMYK0.660.7400.27
HSL246.91º59.15%46.08%-
HSV(B)246.91º74.33%73.33%-
XYZ12.146.7947.68-
YUV68.63194.8124.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 48 (19.14% from 255) = 16.05%
BLUE value IS 187 (73.44% from 255) = 62.54%
R=21.40%
G=16.05%
B=62.54%

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
Decimal64481870.660.7400.27246.9159.1546.08
Hex4030BB424A01Bf73b2e
Octal100602731021120333677356
Binary1000000110000101110111000010100101001101111110111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4030BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4030BB; }

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

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

<style>
 a { background-color: #4030BB; }

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

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

<style>
 span { border-color: #4030BB; }

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

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