#3518D4

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

Shades of Han Purple #3518D4

Tints of Han Purple #3518D4

Color information

#3518D4 (or 0x3518D4) is unknown color: approx Han Purple. HEX triplet: 35, 18 and D4. RGB value is (53,24,212). Sum of RGB (Red+Green+Blue) = 53+24+212=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 212 (83.20% from 255 or 73.36% from 289); Max value from RGB is 212 - color contains mainly: blue. Hex color #3518D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3518D4 is #CAE72B. Grayscale: #353535. Windows color (decimal): -13297452 or 13899829. OLE color: 13899829.

HSL color Cylindrical-coordinate representation of color #3518D4: hue angle of 249.26º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3518D4 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5324212-
CMYK0.750.8900.17
HSL249.26º79.66%46.27%-
HSV(B)249.26º88.68%83.14%-
XYZ13.686.1662.76-
YUV54.1217.11127.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 212 (83.20% from 255) = 73.36%
R=18.34%
G=8.30%
B=73.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal53242120.750.8900.17249.2679.6646.27
Hex3518D44B59011f9502e
Octal653032411313102137112056
Binary110101110001101010010010111011001010001111110011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3518D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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