#3914FF

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

Shades of Han Purple #3914FF

Tints of Han Purple #3914FF

Color information

#3914FF (or 0x3914FF) is unknown color: approx Han Purple. HEX triplet: 39, 14 and FF. RGB value is (57,20,255). Sum of RGB (Red+Green+Blue) = 57+20+255=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #3914FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3914FF is #C6EB00. Grayscale: #383838. Windows color (decimal): -13036289 or 16716857. OLE color: 16716857.

HSL color Cylindrical-coordinate representation of color #3914FF: hue angle of 249.45º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3914FF is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5720255-
CMYK0.780.9200
HSL249.45º100%53.92%-
HSV(B)249.45º92.16%100%-
XYZ19.998.5995.21-
YUV57.85239.26127.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.17%
GREEN value IS 20 (8.20% from 255) = 6.02%
BLUE value IS 255 (100% from 255) = 76.81%
R=17.17%
G=6.02%
B=76.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal57202550.780.9200249.4510053.92
Hex3914FF4E5C00f96436
Octal71243771161340037114466
Binary11100110100111111111001110101110000111110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3914FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3914FF; }

 p { color: rgb(57,20,255); }

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

<style>
 a { background-color: #3914FF; }

 a { background-color: rgb(57,20,255); }

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

<style>
 span { border-color: #3914FF; }

 span { border-color: rgb(57,20,255); }

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