#3518FB

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

Shades of Han Purple #3518FB

Tints of Han Purple #3518FB

Color information

#3518FB (or 0x3518FB) is unknown color: approx Han Purple. HEX triplet: 35, 18 and FB. RGB value is (53,24,251). Sum of RGB (Red+Green+Blue) = 53+24+251=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 251 (98.44% from 255 or 76.52% from 328); Max value from RGB is 251 - color contains mainly: blue. Hex color #3518FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3518FB is #CAE704. Grayscale: #393939. Windows color (decimal): -13297413 or 16455733. OLE color: 16455733.

HSL color Cylindrical-coordinate representation of color #3518FB: hue angle of 247.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3518FB is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5324251-
CMYK0.790.9000.02
HSL247.67º96.6%53.92%-
HSV(B)247.67º90.44%98.43%-
XYZ19.218.3891.87-
YUV58.55236.61124.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.16%
GREEN value IS 24 (9.77% from 255) = 7.32%
BLUE value IS 251 (98.44% from 255) = 76.52%
R=16.16%
G=7.32%
B=76.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal53242510.790.9000.02247.6796.653.92
Hex3518FB4F5A02f86136
Octal65303731171320237014166
Binary110101110001111101110011111011010010111110001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3518FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3518FB; }

 p { color: rgb(53,24,251); }

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

<style>
 a { background-color: #3518FB; }

 a { background-color: rgb(53,24,251); }

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

<style>
 span { border-color: #3518FB; }

 span { border-color: rgb(53,24,251); }

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