#351FFF

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

Shades of Han Purple #351FFF

Tints of Han Purple #351FFF

Color information

#351FFF (or 0x351FFF) is unknown color: approx Han Purple. HEX triplet: 35, 1F and FF. RGB value is (53,31,255). Sum of RGB (Red+Green+Blue) = 53+31+255=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #351FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351FFF is #CAE000. Grayscale: #3E3E3E. Windows color (decimal): -13295617 or 16719669. OLE color: 16719669.

HSL color Cylindrical-coordinate representation of color #351FFF: hue angle of 245.89º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351FFF is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5331255-
CMYK0.790.8800
HSL245.89º100%56.08%-
HSV(B)245.89º87.84%100%-
XYZ20.018.9695.28-
YUV63.11236.29120.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.63%
GREEN value IS 31 (12.5% from 255) = 9.14%
BLUE value IS 255 (100% from 255) = 75.22%
R=15.63%
G=9.14%
B=75.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal53312550.790.8800245.8910056.08
Hex351FFF4F5800f66438
Octal65373771171300036614470
Binary11010111111111111111001111101100000111101101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351FFF; }

 p { color: rgb(53,31,255); }

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

<style>
 a { background-color: #351FFF; }

 a { background-color: rgb(53,31,255); }

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

<style>
 span { border-color: #351FFF; }

 span { border-color: rgb(53,31,255); }

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