#3F0FD4

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

Shades of Han Purple #3F0FD4

Tints of Han Purple #3F0FD4

Color information

#3F0FD4 (or 0x3F0FD4) is unknown color: approx Han Purple. HEX triplet: 3F, 0F and D4. RGB value is (63,15,212). Sum of RGB (Red+Green+Blue) = 63+15+212=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 212 (83.20% from 255 or 73.10% from 290); Max value from RGB is 212 - color contains mainly: blue. Hex color #3F0FD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0FD4 is #C0F02B. Grayscale: #333333. Windows color (decimal): -12644396 or 13897535. OLE color: 13897535.

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

Color convert

RGB6315212-
CMYK0.700.9300.17
HSL254.62º86.78%44.51%-
HSV(B)254.62º92.92%83.14%-
XYZ14.16.1562.73-
YUV51.81218.4135.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.72%
GREEN value IS 15 (6.25% from 255) = 5.17%
BLUE value IS 212 (83.20% from 255) = 73.10%
R=21.72%
G=5.17%
B=73.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal63152120.700.9300.17254.6286.7844.51
Hex3FFD4465D011ff572d
Octal771732410613502137712755
Binary11111111111101010010001101011101010001111111111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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