#3419D5

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

Shades of Han Purple #3419D5

Tints of Han Purple #3419D5

Color information

#3419D5 (or 0x3419D5) is unknown color: approx Han Purple. HEX triplet: 34, 19 and D5. RGB value is (52,25,213). Sum of RGB (Red+Green+Blue) = 52+25+213=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 213 (83.59% from 255 or 73.45% from 290); Max value from RGB is 213 - color contains mainly: blue. Hex color #3419D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3419D5 is #CBE62A. Grayscale: #353535. Windows color (decimal): -13362731 or 13965620. OLE color: 13965620.

HSL color Cylindrical-coordinate representation of color #3419D5: hue angle of 248.62º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3419D5 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5225213-
CMYK0.760.8800.16
HSL248.62º78.99%46.67%-
HSV(B)248.62º88.26%83.53%-
XYZ13.776.2363.43-
YUV54.5217.45126.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.93%
GREEN value IS 25 (10.16% from 255) = 8.62%
BLUE value IS 213 (83.59% from 255) = 73.45%
R=17.93%
G=8.62%
B=73.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal52252130.760.8800.16248.6278.9946.67
Hex3419D54C58010f94f2f
Octal643132511413002037111757
Binary110100110011101010110011001011000010000111110011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3419D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3419D5; }

 p { color: rgb(52,25,213); }

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

<style>
 a { background-color: #3419D5; }

 a { background-color: rgb(52,25,213); }

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

<style>
 span { border-color: #3419D5; }

 span { border-color: rgb(52,25,213); }

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