#3515F1

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

Shades of Han Purple #3515F1

Tints of Han Purple #3515F1

Color information

#3515F1 (or 0x3515F1) is unknown color: approx Han Purple. HEX triplet: 35, 15 and F1. RGB value is (53,21,241). Sum of RGB (Red+Green+Blue) = 53+21+241=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 241 (94.53% from 255 or 76.51% from 315); Max value from RGB is 241 - color contains mainly: blue. Hex color #3515F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3515F1 is #CAEA0E. Grayscale: #363636. Windows color (decimal): -13298191 or 15799605. OLE color: 15799605.

HSL color Cylindrical-coordinate representation of color #3515F1: hue angle of 248.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3515F1 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5321241-
CMYK0.780.9100.05
HSL248.73º88.71%51.37%-
HSV(B)248.73º91.29%94.51%-
XYZ17.617.6483.77-
YUV55.65232.6126.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.83%
GREEN value IS 21 (8.59% from 255) = 6.67%
BLUE value IS 241 (94.53% from 255) = 76.51%
R=16.83%
G=6.67%
B=76.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53212410.780.9100.05248.7388.7151.37
Hex3515F14E5B05f95933
Octal65253611161330537113163
Binary1101011010111110001100111010110110101111110011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3515F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3515F1; }

 p { color: rgb(53,21,241); }

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

<style>
 a { background-color: #3515F1; }

 a { background-color: rgb(53,21,241); }

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

<style>
 span { border-color: #3515F1; }

 span { border-color: rgb(53,21,241); }

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