#3f21ff

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

Shades of Han Purple #3F21FF

Tints of Han Purple #3F21FF

Color information

#3F21FF (or 0x3F21FF) is unknown color: approx Han Purple. HEX triplet: 3F, 21 and FF. RGB value is (63,33,255). Sum of RGB (Red+Green+Blue) = 63+33+255=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F21FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F21FF is #C0DE00. Grayscale: #424242. Windows color (decimal): -12639745 or 16720191. OLE color: 16720191.

HSL color Cylindrical-coordinate representation of color #3F21FF: hue angle of 248.11º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F21FF is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6333255-
CMYK0.750.8700
HSL248.11º100%56.47%-
HSV(B)248.11º87.06%100%-
XYZ20.649.3695.33-
YUV67.28233.94124.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.95%
GREEN value IS 33 (13.28% from 255) = 9.40%
BLUE value IS 255 (100% from 255) = 72.65%
R=17.95%
G=9.40%
B=72.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal63332550.750.8700248.1110056.47
Hex3F21FF4B5700f86438
Octal77413771131270037014470
Binary111111100001111111111001011101011100111110001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f21ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,33,255); }

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

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

 a { background-color: rgb(63,33,255); }

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

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

 span { border-color: rgb(63,33,255); }

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