#3415E6

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

Shades of Han Purple #3415E6

Tints of Han Purple #3415E6

Color information

#3415E6 (or 0x3415E6) is unknown color: approx Han Purple. HEX triplet: 34, 15 and E6. RGB value is (52,21,230). Sum of RGB (Red+Green+Blue) = 52+21+230=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 230 (90.23% from 255 or 75.91% from 303); Max value from RGB is 230 - color contains mainly: blue. Hex color #3415E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3415E6 is #CBEA19. Grayscale: #353535. Windows color (decimal): -13363738 or 15078708. OLE color: 15078708.

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

Color convert

RGB5221230-
CMYK0.770.9100.10
HSL248.9º83.27%49.22%-
HSV(B)248.9º90.87%90.2%-
XYZ15.976.9875.37-
YUV54.1227.27126.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 21 (8.59% from 255) = 6.93%
BLUE value IS 230 (90.23% from 255) = 75.91%
R=17.16%
G=6.93%
B=75.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal52212300.770.9100.10248.983.2749.22
Hex3415E64D5B0Af95331
Octal642534611513301237112361
Binary11010010101111001101001101101101101010111110011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3415E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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