#3F14DA

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

Shades of Han Purple #3F14DA

Tints of Han Purple #3F14DA

Color information

#3F14DA (or 0x3F14DA) is unknown color: approx Han Purple. HEX triplet: 3F, 14 and DA. RGB value is (63,20,218). Sum of RGB (Red+Green+Blue) = 63+20+218=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F14DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F14DA is #C0EB25. Grayscale: #363636. Windows color (decimal): -12643110 or 14292031. OLE color: 14292031.

HSL color Cylindrical-coordinate representation of color #3F14DA: hue angle of 253.03º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F14DA is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6320218-
CMYK0.710.9100.15
HSL253.03º83.19%46.67%-
HSV(B)253.03º90.83%85.49%-
XYZ14.956.6266.82-
YUV55.43219.75133.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.93%
GREEN value IS 20 (8.20% from 255) = 6.64%
BLUE value IS 218 (85.55% from 255) = 72.43%
R=20.93%
G=6.64%
B=72.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal63202180.710.9100.15253.0383.1946.67
Hex3F14DA475B0Ffd532f
Octal772433210713301737512357
Binary11111110100110110101000111101101101111111111011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F14DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,20,218); }

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

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

 a { background-color: rgb(63,20,218); }

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

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

 span { border-color: rgb(63,20,218); }

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