#3F11FF

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

Shades of Han Purple #3F11FF

Tints of Han Purple #3F11FF

Color information

#3F11FF (or 0x3F11FF) is unknown color: approx Han Purple. HEX triplet: 3F, 11 and FF. RGB value is (63,17,255). Sum of RGB (Red+Green+Blue) = 63+17+255=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F11FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F11FF is #C0EE00. Grayscale: #383838. Windows color (decimal): -12643841 or 16716095. OLE color: 16716095.

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

Color convert

RGB6317255-
CMYK0.750.9300
HSL251.6º100%53.33%-
HSV(B)251.6º93.33%100%-
XYZ20.38.6895.21-
YUV57.89239.24131.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.81%
GREEN value IS 17 (7.03% from 255) = 5.07%
BLUE value IS 255 (100% from 255) = 76.12%
R=18.81%
G=5.07%
B=76.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal63172550.750.9300251.610053.33
Hex3F11FF4B5D00fc6435
Octal77213771131350037414465
Binary11111110001111111111001011101110100111111001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F11FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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