#3508D6

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

Shades of Han Purple #3508D6

Tints of Han Purple #3508D6

Color information

#3508D6 (or 0x3508D6) is unknown color: approx Han Purple. HEX triplet: 35, 08 and D6. RGB value is (53,8,214). Sum of RGB (Red+Green+Blue) = 53+8+214=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 214 (83.98% from 255 or 77.82% from 275); Max value from RGB is 214 - color contains mainly: blue. Hex color #3508D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3508D6 is #CAF729. Grayscale: #2C2C2C. Windows color (decimal): -13301546 or 14026805. OLE color: 14026805.

HSL color Cylindrical-coordinate representation of color #3508D6: hue angle of 253.11º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3508D6 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB538214-
CMYK0.750.9600.16
HSL253.11º92.79%43.53%-
HSV(B)253.11º96.26%83.92%-
XYZ13.695.7964.01-
YUV44.94223.41133.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.27%
GREEN value IS 8 (3.52% from 255) = 2.91%
BLUE value IS 214 (83.98% from 255) = 77.82%
R=19.27%
G=2.91%
B=77.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal5382140.750.9600.16253.1192.7943.53
Hex358D64B60010fd5d2c
Octal651032611314002037513554
Binary11010110001101011010010111100000010000111111011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3508D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3508D6; }

 p { color: rgb(53,8,214); }

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

<style>
 a { background-color: #3508D6; }

 a { background-color: rgb(53,8,214); }

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

<style>
 span { border-color: #3508D6; }

 span { border-color: rgb(53,8,214); }

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