#3F28BD

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

Shades of Purple Heart #3F28BD

Tints of Purple Heart #3F28BD

Color information

#3F28BD (or 0x3F28BD) is unknown color: approx Purple Heart. HEX triplet: 3F, 28 and BD. RGB value is (63,40,189). Sum of RGB (Red+Green+Blue) = 63+40+189=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F28BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F28BD is #C0D742. Grayscale: #3F3F3F. Windows color (decimal): -12638019 or 12396607. OLE color: 12396607.

HSL color Cylindrical-coordinate representation of color #3F28BD: hue angle of 249.26º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F28BD is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6340189-
CMYK0.670.7900.26
HSL249.26º65.07%44.9%-
HSV(B)249.26º78.84%74.12%-
XYZ11.996.2548.72-
YUV63.86198.62127.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.58%
GREEN value IS 40 (16.02% from 255) = 13.70%
BLUE value IS 189 (74.22% from 255) = 64.73%
R=21.58%
G=13.70%
B=64.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal63401890.670.7900.26249.2665.0744.9
Hex3F28BD434F01Af9412d
Octal775027510311703237110155
Binary1111111010001011110110000111001111011010111110011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F28BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F28BD; }

 p { color: rgb(63,40,189); }

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

<style>
 a { background-color: #3F28BD; }

 a { background-color: rgb(63,40,189); }

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

<style>
 span { border-color: #3F28BD; }

 span { border-color: rgb(63,40,189); }

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