#3426F5

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

Shades of Han Purple #3426F5

Tints of Han Purple #3426F5

Color information

#3426F5 (or 0x3426F5) is unknown color: approx Han Purple. HEX triplet: 34, 26 and F5. RGB value is (52,38,245). Sum of RGB (Red+Green+Blue) = 52+38+245=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 245 (96.09% from 255 or 73.13% from 335); Max value from RGB is 245 - color contains mainly: blue. Hex color #3426F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3426F5 is #CBD90A. Grayscale: #404040. Windows color (decimal): -13359371 or 16066100. OLE color: 16066100.

HSL color Cylindrical-coordinate representation of color #3426F5: hue angle of 244.06º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3426F5 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5238245-
CMYK0.790.8400.04
HSL244.06º91.19%55.49%-
HSV(B)244.06º84.49%96.08%-
XYZ18.598.7187.09-
YUV65.78229.14118.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.52%
GREEN value IS 38 (15.23% from 255) = 11.34%
BLUE value IS 245 (96.09% from 255) = 73.13%
R=15.52%
G=11.34%
B=73.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal52382450.790.8400.04244.0691.1955.49
Hex3426F54F5404f45b37
Octal64463651171240436413367
Binary11010010011011110101100111110101000100111101001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3426F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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