#3412FB

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

Shades of Han Purple #3412FB

Tints of Han Purple #3412FB

Color information

#3412FB (or 0x3412FB) is unknown color: approx Han Purple. HEX triplet: 34, 12 and FB. RGB value is (52,18,251). Sum of RGB (Red+Green+Blue) = 52+18+251=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 251 (98.44% from 255 or 78.19% from 321); Max value from RGB is 251 - color contains mainly: blue. Hex color #3412FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3412FB is #CBED04. Grayscale: #353535. Windows color (decimal): -13364485 or 16454196. OLE color: 16454196.

HSL color Cylindrical-coordinate representation of color #3412FB: hue angle of 248.76º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3412FB is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5218251-
CMYK0.790.9300.02
HSL248.76º96.68%52.75%-
HSV(B)248.76º92.83%98.43%-
XYZ19.058.1391.83-
YUV54.73238.76126.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 18 (7.42% from 255) = 5.61%
BLUE value IS 251 (98.44% from 255) = 78.19%
R=16.20%
G=5.61%
B=78.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal52182510.790.9300.02248.7696.6852.75
Hex3412FB4F5D02f96135
Octal64223731171350237114165
Binary110100100101111101110011111011101010111110011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3412FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3412FB; }

 p { color: rgb(52,18,251); }

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

<style>
 a { background-color: #3412FB; }

 a { background-color: rgb(52,18,251); }

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

<style>
 span { border-color: #3412FB; }

 span { border-color: rgb(52,18,251); }

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