#350AD5

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

Shades of Han Purple #350AD5

Tints of Han Purple #350AD5

Color information

#350AD5 (or 0x350AD5) is unknown color: approx Han Purple. HEX triplet: 35, 0A and D5. RGB value is (53,10,213). Sum of RGB (Red+Green+Blue) = 53+10+213=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 213 (83.59% from 255 or 77.17% from 276); Max value from RGB is 213 - color contains mainly: blue. Hex color #350AD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350AD5 is #CAF52A. Grayscale: #2D2D2D. Windows color (decimal): -13301035 or 13961781. OLE color: 13961781.

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

Color convert

RGB5310213-
CMYK0.750.9500.16
HSL252.71º91.03%43.73%-
HSV(B)252.71º95.31%83.53%-
XYZ13.595.7863.35-
YUV46222.25132.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 10 (4.30% from 255) = 3.62%
BLUE value IS 213 (83.59% from 255) = 77.17%
R=19.20%
G=3.62%
B=77.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53102130.750.9500.16252.7191.0343.73
Hex35AD54B5F010fd5b2c
Octal651232511313702037513354
Binary11010110101101010110010111011111010000111111011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350AD5; }

 p { color: rgb(53,10,213); }

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

<style>
 a { background-color: #350AD5; }

 a { background-color: rgb(53,10,213); }

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

<style>
 span { border-color: #350AD5; }

 span { border-color: rgb(53,10,213); }

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