#3F24FE

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

Shades of Han Purple #3F24FE

Tints of Han Purple #3F24FE

Color information

#3F24FE (or 0x3F24FE) is unknown color: approx Han Purple. HEX triplet: 3F, 24 and FE. RGB value is (63,36,254). Sum of RGB (Red+Green+Blue) = 63+36+254=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F24FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F24FE is #C0DB01. Grayscale: #444444. Windows color (decimal): -12638978 or 16655423. OLE color: 16655423.

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

Color convert

RGB6336254-
CMYK0.750.8600.00
HSL247.43º99.09%56.86%-
HSV(B)247.43º85.83%99.61%-
XYZ20.579.4794.51-
YUV68.92232.45123.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.85%
GREEN value IS 36 (14.45% from 255) = 10.20%
BLUE value IS 254 (99.61% from 255) = 71.95%
R=17.85%
G=10.20%
B=71.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal63362540.750.8600.00247.4399.0956.86
Hex3F24FE4B5600f76339
Octal77443761131260036714371
Binary111111100100111111101001011101011000111101111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F24FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,36,254); }

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

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

 a { background-color: rgb(63,36,254); }

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

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

 span { border-color: rgb(63,36,254); }

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