#3500D8

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

Shades of Han Purple #3500D8

Tints of Han Purple #3500D8

Color information

#3500D8 (or 0x3500D8) is unknown color: approx Han Purple. HEX triplet: 35, 00 and D8. RGB value is (53,0,216). Sum of RGB (Red+Green+Blue) = 53+0+216=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 216 (84.77% from 255 or 80.30% from 269); Max value from RGB is 216 - color contains mainly: blue. Hex color #3500D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3500D8 is #CAFF27. Grayscale: #272727. Windows color (decimal): -13303592 or 14155829. OLE color: 14155829.

HSL color Cylindrical-coordinate representation of color #3500D8: hue angle of 254.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500D8 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB530216-
CMYK0.75100.15
HSL254.72º100%42.35%-
HSV(B)254.72º100%84.71%-
XYZ13.865.7165.34-
YUV40.47227.06136.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 216 (84.77% from 255) = 80.30%
R=19.70%
G=0%
B=80.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal5302160.75100.15254.7210042.35
Hex350D84B640Fff642a
Octal65033011314401737714452
Binary1101010110110001001011110010001111111111111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3500D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3500D8; }

 p { color: rgb(53,0,216); }

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

<style>
 a { background-color: #3500D8; }

 a { background-color: rgb(53,0,216); }

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

<style>
 span { border-color: #3500D8; }

 span { border-color: rgb(53,0,216); }

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