#3412FF

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

Shades of Han Purple #3412FF

Tints of Han Purple #3412FF

Color information

#3412FF (or 0x3412FF) is unknown color: approx Han Purple. HEX triplet: 34, 12 and FF. RGB value is (52,18,255). Sum of RGB (Red+Green+Blue) = 52+18+255=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #3412FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3412FF is #CBED00. Grayscale: #363636. Windows color (decimal): -13364481 or 16716340. OLE color: 16716340.

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

Color convert

RGB5218255-
CMYK0.800.9300
HSL248.61º100%53.53%-
HSV(B)248.61º92.94%100%-
XYZ19.688.3895.19-
YUV55.18240.76125.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 18 (7.42% from 255) = 5.54%
BLUE value IS 255 (100% from 255) = 78.46%
R=16%
G=5.54%
B=78.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal52182550.800.9300248.6110053.53
Hex3412FF505D00f96436
Octal64223771201350037114466
Binary11010010010111111111010000101110100111110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3412FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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