#3513FC

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

Shades of Han Purple #3513FC

Tints of Han Purple #3513FC

Color information

#3513FC (or 0x3513FC) is unknown color: approx Han Purple. HEX triplet: 35, 13 and FC. RGB value is (53,19,252). Sum of RGB (Red+Green+Blue) = 53+19+252=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #3513FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3513FC is #CAEC03. Grayscale: #363636. Windows color (decimal): -13298692 or 16519989. OLE color: 16519989.

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

Color convert

RGB5319252-
CMYK0.790.9200.01
HSL248.76º97.49%53.14%-
HSV(B)248.76º92.46%98.82%-
XYZ19.278.2592.67-
YUV55.73238.76126.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 19 (7.81% from 255) = 5.86%
BLUE value IS 252 (98.83% from 255) = 77.78%
R=16.36%
G=5.86%
B=77.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal53192520.790.9200.01248.7697.4953.14
Hex3513FC4F5C01f96135
Octal65233741171340137114165
Binary11010110011111111001001111101110001111110011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3513FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3513FC; }

 p { color: rgb(53,19,252); }

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

<style>
 a { background-color: #3513FC; }

 a { background-color: rgb(53,19,252); }

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

<style>
 span { border-color: #3513FC; }

 span { border-color: rgb(53,19,252); }

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