#350FFC

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

Shades of Han Purple #350FFC

Tints of Han Purple #350FFC

Color information

#350FFC (or 0x350FFC) is unknown color: approx Han Purple. HEX triplet: 35, 0F and FC. RGB value is (53,15,252). Sum of RGB (Red+Green+Blue) = 53+15+252=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 252 (98.83% from 255 or 78.75% from 320); Max value from RGB is 252 - color contains mainly: blue. Hex color #350FFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350FFC is #CAF003. Grayscale: #343434. Windows color (decimal): -13299716 or 16518965. OLE color: 16518965.

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

Color convert

RGB5315252-
CMYK0.790.9400.01
HSL249.62º97.53%52.35%-
HSV(B)249.62º94.05%98.82%-
XYZ19.218.1392.65-
YUV53.38240.09127.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 15 (6.25% from 255) = 4.69%
BLUE value IS 252 (98.83% from 255) = 78.75%
R=16.56%
G=4.69%
B=78.75%

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
Decimal53152520.790.9400.01249.6297.5352.35
Hex35FFC4F5E01fa6234
Octal65173741171360137214264
Binary1101011111111111001001111101111001111110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350FFC; }

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

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

<style>
 a { background-color: #350FFC; }

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

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

<style>
 span { border-color: #350FFC; }

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

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