#3F1EDD

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

Shades of Han Purple #3F1EDD

Tints of Han Purple #3F1EDD

Color information

#3F1EDD (or 0x3F1EDD) is unknown color: approx Han Purple. HEX triplet: 3F, 1E and DD. RGB value is (63,30,221). Sum of RGB (Red+Green+Blue) = 63+30+221=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F1EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1EDD is #C0E122. Grayscale: #3C3C3C. Windows color (decimal): -12640547 or 14491199. OLE color: 14491199.

HSL color Cylindrical-coordinate representation of color #3F1EDD: hue angle of 250.37º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F1EDD is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6330221-
CMYK0.710.8600.13
HSL250.37º76.1%49.22%-
HSV(B)250.37º86.43%86.67%-
XYZ15.577.2168.98-
YUV61.64217.93128.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.06%
GREEN value IS 30 (12.11% from 255) = 9.55%
BLUE value IS 221 (86.72% from 255) = 70.38%
R=20.06%
G=9.55%
B=70.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal63302210.710.8600.13250.3776.149.22
Hex3F1EDD47560Dfa4c31
Octal773633510712601537211461
Binary11111111110110111011000111101011001101111110101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,30,221); }

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

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

 a { background-color: rgb(63,30,221); }

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

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

 span { border-color: rgb(63,30,221); }

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