#4028cb

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

Shades of Purple Heart #4028CB

Tints of Purple Heart #4028CB

Color information

#4028CB (or 0x4028CB) is unknown color: approx Purple Heart. HEX triplet: 40, 28 and CB. RGB value is (64,40,203). Sum of RGB (Red+Green+Blue) = 64+40+203=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #4028CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4028CB is #BFD734. Grayscale: #414141. Windows color (decimal): -12572469 or 13314112. OLE color: 13314112.

HSL color Cylindrical-coordinate representation of color #4028CB: hue angle of 248.83º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4028CB is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6440203-
CMYK0.680.8000.20
HSL248.83º67.08%47.65%-
HSV(B)248.83º80.3%79.61%-
XYZ13.656.9257.12-
YUV65.76205.45126.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.85%
GREEN value IS 40 (16.02% from 255) = 13.03%
BLUE value IS 203 (79.69% from 255) = 66.12%
R=20.85%
G=13.03%
B=66.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal64402030.680.8000.20248.8367.0847.65
Hex4028CB4450014f94330
Octal1005031310412002437110360
Binary10000001010001100101110001001010000010100111110011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4028cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4028cb; }

 p { color: rgb(64,40,203); }

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

<style>
 a { background-color: #4028cb; }

 a { background-color: rgb(64,40,203); }

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

<style>
 span { border-color: #4028cb; }

 span { border-color: rgb(64,40,203); }

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