#3F1DED

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

Shades of Han Purple #3F1DED

Tints of Han Purple #3F1DED

Color information

#3F1DED (or 0x3F1DED) is unknown color: approx Han Purple. HEX triplet: 3F, 1D and ED. RGB value is (63,29,237). Sum of RGB (Red+Green+Blue) = 63+29+237=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F1DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1DED is #C0E212. Grayscale: #3E3E3E. Windows color (decimal): -12640787 or 15539519. OLE color: 15539519.

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

Color convert

RGB6329237-
CMYK0.730.8800.07
HSL249.81º85.25%52.16%-
HSV(B)249.81º87.76%92.94%-
XYZ17.788.0580.74-
YUV62.88226.26128.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.15%
GREEN value IS 29 (11.72% from 255) = 8.81%
BLUE value IS 237 (92.97% from 255) = 72.04%
R=19.15%
G=8.81%
B=72.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal63292370.730.8800.07249.8185.2552.16
Hex3F1DED495807fa5534
Octal77353551111300737212564
Binary1111111110111101101100100110110000111111110101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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