#3F21BA

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

Shades of Purple Heart #3F21BA

Tints of Purple Heart #3F21BA

Color information

#3F21BA (or 0x3F21BA) is unknown color: approx Purple Heart. HEX triplet: 3F, 21 and BA. RGB value is (63,33,186). Sum of RGB (Red+Green+Blue) = 63+33+186=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F21BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F21BA is #C0DE45. Grayscale: #3A3A3A. Windows color (decimal): -12639814 or 12198207. OLE color: 12198207.

HSL color Cylindrical-coordinate representation of color #3F21BA: hue angle of 251.76º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F21BA is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6333186-
CMYK0.660.8200.27
HSL251.76º69.86%42.94%-
HSV(B)251.76º82.26%72.94%-
XYZ11.465.6946.95-
YUV59.41199.44130.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.34%
GREEN value IS 33 (13.28% from 255) = 11.70%
BLUE value IS 186 (73.05% from 255) = 65.96%
R=22.34%
G=11.70%
B=65.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63331860.660.8200.27251.7669.8642.94
Hex3F21BA425201Bfc462b
Octal774127210212203337410653
Binary1111111000011011101010000101010010011011111111001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F21BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,33,186); }

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

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

 a { background-color: rgb(63,33,186); }

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

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

 span { border-color: rgb(63,33,186); }

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