#3415E8

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

Shades of Han Purple #3415E8

Tints of Han Purple #3415E8

Color information

#3415E8 (or 0x3415E8) is unknown color: approx Han Purple. HEX triplet: 34, 15 and E8. RGB value is (52,21,232). Sum of RGB (Red+Green+Blue) = 52+21+232=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 232 (91.02% from 255 or 76.07% from 305); Max value from RGB is 232 - color contains mainly: blue. Hex color #3415E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3415E8 is #CBEA17. Grayscale: #353535. Windows color (decimal): -13363736 or 15209780. OLE color: 15209780.

HSL color Cylindrical-coordinate representation of color #3415E8: hue angle of 248.82º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3415E8 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5221232-
CMYK0.780.9100.09
HSL248.82º83.4%49.61%-
HSV(B)248.82º90.95%90.98%-
XYZ16.257.0976.86-
YUV54.32228.27126.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 21 (8.59% from 255) = 6.89%
BLUE value IS 232 (91.02% from 255) = 76.07%
R=17.05%
G=6.89%
B=76.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal52212320.780.9100.09248.8283.449.61
Hex3415E84E5B09f95332
Octal642535011613301137112362
Binary11010010101111010001001110101101101001111110011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3415E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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