#3F00FF

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

Shades of Han Purple #3F00FF

Tints of Han Purple #3F00FF

Color information

#3F00FF (or 0x3F00FF) is unknown color: approx Han Purple. HEX triplet: 3F, 00 and FF. RGB value is (63,0,255). Sum of RGB (Red+Green+Blue) = 63+0+255=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F00FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F00FF is #C0FF00. Grayscale: #2E2E2E. Windows color (decimal): -12648193 or 16711743. OLE color: 16711743.

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

Color convert

RGB630255-
CMYK0.75100
HSL254.82º100%50%-
HSV(B)254.82º100%100%-
XYZ20.18.2895.15-
YUV47.91244.87138.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 80.19%
R=19.81%
G=0%
B=80.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal6302550.75100254.8210050
Hex3F0FF4B6400ff6432
Octal7703771131440037714462
Binary1111110111111111001011110010000111111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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