#351BF3

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

Shades of Han Purple #351BF3

Tints of Han Purple #351BF3

Color information

#351BF3 (or 0x351BF3) is unknown color: approx Han Purple. HEX triplet: 35, 1B and F3. RGB value is (53,27,243). Sum of RGB (Red+Green+Blue) = 53+27+243=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 243 (95.31% from 255 or 75.23% from 323); Max value from RGB is 243 - color contains mainly: blue. Hex color #351BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351BF3 is #CAE40C. Grayscale: #3A3A3A. Windows color (decimal): -13296653 or 15932213. OLE color: 15932213.

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

Color convert

RGB5327243-
CMYK0.780.8900.05
HSL247.22º90%52.94%-
HSV(B)247.22º88.89%95.29%-
XYZ18.048.0185.39-
YUV59.4231.61123.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.41%
GREEN value IS 27 (10.94% from 255) = 8.36%
BLUE value IS 243 (95.31% from 255) = 75.23%
R=16.41%
G=8.36%
B=75.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53272430.780.8900.05247.229052.94
Hex351BF34E5905f75a35
Octal65333631161310536713265
Binary1101011101111110011100111010110010101111101111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,27,243); }

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

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

 a { background-color: rgb(53,27,243); }

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

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

 span { border-color: rgb(53,27,243); }

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