#3F08BA

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

Shades of Purple Heart #3F08BA

Tints of Purple Heart #3F08BA

Color information

#3F08BA (or 0x3F08BA) is unknown color: approx Purple Heart. HEX triplet: 3F, 08 and BA. RGB value is (63,8,186). Sum of RGB (Red+Green+Blue) = 63+8+186=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F08BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F08BA is #C0F745. Grayscale: #2C2C2C. Windows color (decimal): -12646214 or 12191807. OLE color: 12191807.

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

Color convert

RGB638186-
CMYK0.660.9600.27
HSL258.54º91.75%38.04%-
HSV(B)258.54º95.7%72.94%-
XYZ114.7846.8-
YUV44.74207.72141.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.51%
GREEN value IS 8 (3.52% from 255) = 3.11%
BLUE value IS 186 (73.05% from 255) = 72.37%
R=24.51%
G=3.11%
B=72.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6381860.660.9600.27258.5491.7538.04
Hex3F8BA426001B1035c26
Octal771027210214003340313446
Binary111111100010111010100001011000000110111000000111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F08BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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