#3F1DFE

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

Shades of Han Purple #3F1DFE

Tints of Han Purple #3F1DFE

Color information

#3F1DFE (or 0x3F1DFE) is unknown color: approx Han Purple. HEX triplet: 3F, 1D and FE. RGB value is (63,29,254). Sum of RGB (Red+Green+Blue) = 63+29+254=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F1DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1DFE is #C0E201. Grayscale: #3F3F3F. Windows color (decimal): -12640770 or 16653631. OLE color: 16653631.

HSL color Cylindrical-coordinate representation of color #3F1DFE: hue angle of 249.07º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F1DFE is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB6329254-
CMYK0.750.8900.00
HSL249.07º99.12%55.49%-
HSV(B)249.07º88.58%99.61%-
XYZ20.389.0994.45-
YUV64.82234.76126.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.21%
GREEN value IS 29 (11.72% from 255) = 8.38%
BLUE value IS 254 (99.61% from 255) = 73.41%
R=18.21%
G=8.38%
B=73.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal63292540.750.8900.00249.0799.1255.49
Hex3F1DFE4B5900f96337
Octal77353761131310037114367
Binary11111111101111111101001011101100100111110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,29,254); }

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

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

 a { background-color: rgb(63,29,254); }

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

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

 span { border-color: rgb(63,29,254); }

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