#350bd9

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

Shades of Han Purple #350BD9

Tints of Han Purple #350BD9

Color information

#350BD9 (or 0x350BD9) is unknown color: approx Han Purple. HEX triplet: 35, 0B and D9. RGB value is (53,11,217). Sum of RGB (Red+Green+Blue) = 53+11+217=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 217 (85.16% from 255 or 77.22% from 281); Max value from RGB is 217 - color contains mainly: blue. Hex color #350BD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BD9 is #CAF426. Grayscale: #2E2E2E. Windows color (decimal): -13300775 or 14224181. OLE color: 14224181.

HSL color Cylindrical-coordinate representation of color #350BD9: hue angle of 252.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350BD9 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5311217-
CMYK0.760.9500.15
HSL252.23º90.35%44.71%-
HSV(B)252.23º94.93%85.1%-
XYZ14.116.0166.06-
YUV47.04223.91132.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 11 (4.69% from 255) = 3.91%
BLUE value IS 217 (85.16% from 255) = 77.22%
R=18.86%
G=3.91%
B=77.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal53112170.760.9500.15252.2390.3544.71
Hex35BD94C5F0Ffc5a2d
Octal651333111413701737413255
Binary1101011011110110011001100101111101111111111001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350bd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,11,217); }

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

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

 a { background-color: rgb(53,11,217); }

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

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

 span { border-color: rgb(53,11,217); }

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