#3414F0

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

Shades of Han Purple #3414F0

Tints of Han Purple #3414F0

Color information

#3414F0 (or 0x3414F0) is unknown color: approx Han Purple. HEX triplet: 34, 14 and F0. RGB value is (52,20,240). Sum of RGB (Red+Green+Blue) = 52+20+240=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 240 (94.14% from 255 or 76.92% from 312); Max value from RGB is 240 - color contains mainly: blue. Hex color #3414F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3414F0 is #CBEB0F. Grayscale: #353535. Windows color (decimal): -13363984 or 15733812. OLE color: 15733812.

HSL color Cylindrical-coordinate representation of color #3414F0: hue angle of 248.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3414F0 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5220240-
CMYK0.780.9200.06
HSL248.73º88%50.98%-
HSV(B)248.73º91.67%94.12%-
XYZ17.397.5282.97-
YUV54.65232.6126.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 20 (8.20% from 255) = 6.41%
BLUE value IS 240 (94.14% from 255) = 76.92%
R=16.67%
G=6.41%
B=76.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal52202400.780.9200.06248.738850.98
Hex3414F04E5C06f95833
Octal64243601161340637113063
Binary1101001010011110000100111010111000110111110011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3414F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3414F0; }

 p { color: rgb(52,20,240); }

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

<style>
 a { background-color: #3414F0; }

 a { background-color: rgb(52,20,240); }

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

<style>
 span { border-color: #3414F0; }

 span { border-color: rgb(52,20,240); }

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