#3410FD

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

Shades of Han Purple #3410FD

Tints of Han Purple #3410FD

Color information

#3410FD (or 0x3410FD) is unknown color: approx Han Purple. HEX triplet: 34, 10 and FD. RGB value is (52,16,253). Sum of RGB (Red+Green+Blue) = 52+16+253=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 253 (99.22% from 255 or 78.82% from 321); Max value from RGB is 253 - color contains mainly: blue. Hex color #3410FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3410FD is #CBEF02. Grayscale: #343434. Windows color (decimal): -13364995 or 16584756. OLE color: 16584756.

HSL color Cylindrical-coordinate representation of color #3410FD: hue angle of 249.11º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3410FD is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5216253-
CMYK0.790.9400.01
HSL249.11º98.34%52.75%-
HSV(B)249.11º93.68%99.22%-
XYZ19.338.1993.49-
YUV53.78240.43126.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 16 (6.64% from 255) = 4.98%
BLUE value IS 253 (99.22% from 255) = 78.82%
R=16.20%
G=4.98%
B=78.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52162530.790.9400.01249.1198.3452.75
Hex3410FD4F5E01f96235
Octal64203751171360137114265
Binary11010010000111111011001111101111001111110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3410FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3410FD; }

 p { color: rgb(52,16,253); }

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

<style>
 a { background-color: #3410FD; }

 a { background-color: rgb(52,16,253); }

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

<style>
 span { border-color: #3410FD; }

 span { border-color: rgb(52,16,253); }

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