#3414E2

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

Shades of Han Purple #3414E2

Tints of Han Purple #3414E2

Color information

#3414E2 (or 0x3414E2) is unknown color: approx Han Purple. HEX triplet: 34, 14 and E2. RGB value is (52,20,226). Sum of RGB (Red+Green+Blue) = 52+20+226=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 226 (88.67% from 255 or 75.84% from 298); Max value from RGB is 226 - color contains mainly: blue. Hex color #3414E2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3414E2 is #CBEB1D. Grayscale: #343434. Windows color (decimal): -13363998 or 14816308. OLE color: 14816308.

HSL color Cylindrical-coordinate representation of color #3414E2: hue angle of 249.32º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3414E2 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5220226-
CMYK0.770.9100.11
HSL249.32º83.74%48.24%-
HSV(B)249.32º91.15%88.63%-
XYZ15.396.7272.44-
YUV53.05225.6127.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 20 (8.20% from 255) = 6.71%
BLUE value IS 226 (88.67% from 255) = 75.84%
R=17.45%
G=6.71%
B=75.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52202260.770.9100.11249.3283.7448.24
Hex3414E24D5B0Bf95430
Octal642434211513301337112460
Binary11010010100111000101001101101101101011111110011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3414E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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