#3503FE

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

Shades of Han Purple #3503FE

Tints of Han Purple #3503FE

Color information

#3503FE (or 0x3503FE) is unknown color: approx Han Purple. HEX triplet: 35, 03 and FE. RGB value is (53,3,254). Sum of RGB (Red+Green+Blue) = 53+3+254=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 254 (99.61% from 255 or 81.94% from 310); Max value from RGB is 254 - color contains mainly: blue. Hex color #3503FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3503FE is #CAFC01. Grayscale: #2D2D2D. Windows color (decimal): -13302786 or 16646965. OLE color: 16646965.

HSL color Cylindrical-coordinate representation of color #3503FE: hue angle of 251.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3503FE is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB533254-
CMYK0.790.9900.00
HSL251.95º99.21%50.39%-
HSV(B)251.95º98.82%99.61%-
XYZ19.397.9894.28-
YUV46.56245.06132.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 3 (1.56% from 255) = 0.97%
BLUE value IS 254 (99.61% from 255) = 81.94%
R=17.10%
G=0.97%
B=81.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal5332540.790.9900.00251.9599.2150.39
Hex353FE4F6300fc6332
Octal6533761171430037414362
Binary11010111111111101001111110001100111111001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3503FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3503FE; }

 p { color: rgb(53,3,254); }

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

<style>
 a { background-color: #3503FE; }

 a { background-color: rgb(53,3,254); }

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

<style>
 span { border-color: #3503FE; }

 span { border-color: rgb(53,3,254); }

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