#3F0FED

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

Shades of Han Purple #3F0FED

Tints of Han Purple #3F0FED

Color information

#3F0FED (or 0x3F0FED) is unknown color: approx Han Purple. HEX triplet: 3F, 0F and ED. RGB value is (63,15,237). Sum of RGB (Red+Green+Blue) = 63+15+237=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F0FED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0FED is #C0F012. Grayscale: #353535. Windows color (decimal): -12644371 or 15535935. OLE color: 15535935.

HSL color Cylindrical-coordinate representation of color #3F0FED: hue angle of 252.97º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0FED is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6315237-
CMYK0.730.9400.07
HSL252.97º88.1%49.41%-
HSV(B)252.97º93.67%92.94%-
XYZ17.517.5180.65-
YUV54.66230.9133.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 15 (6.25% from 255) = 4.76%
BLUE value IS 237 (92.97% from 255) = 75.24%
R=20%
G=4.76%
B=75.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal63152370.730.9400.07252.9788.149.41
Hex3FFED495E07fd5831
Octal77173551111360737513061
Binary111111111111101101100100110111100111111111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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