#3414EA

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

Shades of Han Purple #3414EA

Tints of Han Purple #3414EA

Color information

#3414EA (or 0x3414EA) is unknown color: approx Han Purple. HEX triplet: 34, 14 and EA. RGB value is (52,20,234). Sum of RGB (Red+Green+Blue) = 52+20+234=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 234 (91.80% from 255 or 76.47% from 306); Max value from RGB is 234 - color contains mainly: blue. Hex color #3414EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3414EA is #CBEB15. Grayscale: #353535. Windows color (decimal): -13363990 or 15340596. OLE color: 15340596.

HSL color Cylindrical-coordinate representation of color #3414EA: hue angle of 248.97º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3414EA is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5220234-
CMYK0.780.9100.08
HSL248.97º84.25%49.8%-
HSV(B)248.97º91.45%91.76%-
XYZ16.527.1778.36-
YUV53.96229.6126.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 20 (8.20% from 255) = 6.54%
BLUE value IS 234 (91.80% from 255) = 76.47%
R=16.99%
G=6.54%
B=76.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal52202340.780.9100.08248.9784.2549.8
Hex3414EA4E5B08f95432
Octal642435211613301037112462
Binary11010010100111010101001110101101101000111110011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3414EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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