#3F28C9

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

Shades of Purple Heart #3F28C9

Tints of Purple Heart #3F28C9

Color information

#3F28C9 (or 0x3F28C9) is unknown color: approx Purple Heart. HEX triplet: 3F, 28 and C9. RGB value is (63,40,201). Sum of RGB (Red+Green+Blue) = 63+40+201=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 201 (78.91% from 255 or 66.12% from 304); Max value from RGB is 201 - color contains mainly: blue. Hex color #3F28C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F28C9 is #C0D736. Grayscale: #404040. Windows color (decimal): -12638007 or 13183039. OLE color: 13183039.

HSL color Cylindrical-coordinate representation of color #3F28C9: hue angle of 248.57º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F28C9 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6340201-
CMYK0.690.8000.21
HSL248.57º66.8%47.25%-
HSV(B)248.57º80.1%78.82%-
XYZ13.356.7955.87-
YUV65.23204.62126.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.72%
GREEN value IS 40 (16.02% from 255) = 13.16%
BLUE value IS 201 (78.91% from 255) = 66.12%
R=20.72%
G=13.16%
B=66.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal63402010.690.8000.21248.5766.847.25
Hex3F28C94550015f9432f
Octal775031110512002537110357
Binary1111111010001100100110001011010000010101111110011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F28C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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