#3413D8

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

Shades of Han Purple #3413D8

Tints of Han Purple #3413D8

Color information

#3413D8 (or 0x3413D8) is unknown color: approx Han Purple. HEX triplet: 34, 13 and D8. RGB value is (52,19,216). Sum of RGB (Red+Green+Blue) = 52+19+216=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 216 (84.77% from 255 or 75.26% from 287); Max value from RGB is 216 - color contains mainly: blue. Hex color #3413D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3413D8 is #CBEC27. Grayscale: #323232. Windows color (decimal): -13364264 or 14160692. OLE color: 14160692.

HSL color Cylindrical-coordinate representation of color #3413D8: hue angle of 250.05º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3413D8 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5219216-
CMYK0.760.9100.15
HSL250.05º83.83%46.08%-
HSV(B)250.05º91.2%84.71%-
XYZ14.046.1565.41-
YUV51.32220.93128.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.12%
GREEN value IS 19 (7.81% from 255) = 6.62%
BLUE value IS 216 (84.77% from 255) = 75.26%
R=18.12%
G=6.62%
B=75.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal52192160.760.9100.15250.0583.8346.08
Hex3413D84C5B0Ffa542e
Octal642333011413301737212456
Binary11010010011110110001001100101101101111111110101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3413D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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