#3426E2

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

Shades of Han Purple #3426E2

Tints of Han Purple #3426E2

Color information

#3426E2 (or 0x3426E2) is unknown color: approx Han Purple. HEX triplet: 34, 26 and E2. RGB value is (52,38,226). Sum of RGB (Red+Green+Blue) = 52+38+226=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 226 (88.67% from 255 or 71.52% from 316); Max value from RGB is 226 - color contains mainly: blue. Hex color #3426E2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3426E2 is #CBD91D. Grayscale: #3E3E3E. Windows color (decimal): -13359390 or 14820916. OLE color: 14820916.

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

Color convert

RGB5238226-
CMYK0.770.8300.11
HSL244.47º76.42%51.76%-
HSV(B)244.47º83.19%88.63%-
XYZ15.847.6172.59-
YUV63.62219.64119.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.46%
GREEN value IS 38 (15.23% from 255) = 12.03%
BLUE value IS 226 (88.67% from 255) = 71.52%
R=16.46%
G=12.03%
B=71.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52382260.770.8300.11244.4776.4251.76
Hex3426E24D530Bf44c34
Octal644634211512301336411464
Binary110100100110111000101001101101001101011111101001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3426E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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