#3413E6

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

Shades of Han Purple #3413E6

Tints of Han Purple #3413E6

Color information

#3413E6 (or 0x3413E6) is unknown color: approx Han Purple. HEX triplet: 34, 13 and E6. RGB value is (52,19,230). Sum of RGB (Red+Green+Blue) = 52+19+230=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 230 (90.23% from 255 or 76.41% from 301); Max value from RGB is 230 - color contains mainly: blue. Hex color #3413E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3413E6 is #CBEC19. Grayscale: #343434. Windows color (decimal): -13364250 or 15078196. OLE color: 15078196.

HSL color Cylindrical-coordinate representation of color #3413E6: hue angle of 249.38º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3413E6 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5219230-
CMYK0.770.9200.10
HSL249.38º84.74%48.82%-
HSV(B)249.38º91.74%90.2%-
XYZ15.936.9175.36-
YUV52.92227.93127.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 19 (7.81% from 255) = 6.31%
BLUE value IS 230 (90.23% from 255) = 76.41%
R=17.28%
G=6.31%
B=76.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal52192300.770.9200.10249.3884.7448.82
Hex3413E64D5C0Af95531
Octal642334611513401237112561
Binary11010010011111001101001101101110001010111110011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3413E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3413E6; }

 p { color: rgb(52,19,230); }

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

<style>
 a { background-color: #3413E6; }

 a { background-color: rgb(52,19,230); }

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

<style>
 span { border-color: #3413E6; }

 span { border-color: rgb(52,19,230); }

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