#3F1AD4

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

Shades of Han Purple #3F1AD4

Tints of Han Purple #3F1AD4

Color information

#3F1AD4 (or 0x3F1AD4) is unknown color: approx Han Purple. HEX triplet: 3F, 1A and D4. RGB value is (63,26,212). Sum of RGB (Red+Green+Blue) = 63+26+212=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 212 (83.20% from 255 or 70.43% from 301); Max value from RGB is 212 - color contains mainly: blue. Hex color #3F1AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1AD4 is #C0E52B. Grayscale: #393939. Windows color (decimal): -12641580 or 13900351. OLE color: 13900351.

HSL color Cylindrical-coordinate representation of color #3F1AD4: hue angle of 251.94º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F1AD4 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6326212-
CMYK0.700.8800.17
HSL251.94º78.15%46.67%-
HSV(B)251.94º87.74%83.14%-
XYZ14.36.5562.8-
YUV58.27214.76131.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.93%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 212 (83.20% from 255) = 70.43%
R=20.93%
G=8.64%
B=70.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal63262120.700.8800.17251.9478.1546.67
Hex3F1AD44658011fc4e2f
Octal773232410613002137411657
Binary111111110101101010010001101011000010001111111001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,26,212); }

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

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

 a { background-color: rgb(63,26,212); }

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

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

 span { border-color: rgb(63,26,212); }

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