#350BD7

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

Shades of Han Purple #350BD7

Tints of Han Purple #350BD7

Color information

#350BD7 (or 0x350BD7) is unknown color: approx Han Purple. HEX triplet: 35, 0B and D7. RGB value is (53,11,215). Sum of RGB (Red+Green+Blue) = 53+11+215=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 215 (84.38% from 255 or 77.06% from 279); Max value from RGB is 215 - color contains mainly: blue. Hex color #350BD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BD7 is #CAF428. Grayscale: #2E2E2E. Windows color (decimal): -13300777 or 14093109. OLE color: 14093109.

HSL color Cylindrical-coordinate representation of color #350BD7: hue angle of 252.35º degrees, saturation: 0.9, 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 #350BD7 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5311215-
CMYK0.750.9500.16
HSL252.35º90.27%44.31%-
HSV(B)252.35º94.88%84.31%-
XYZ13.855.964.7-
YUV46.81222.91132.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 11 (4.69% from 255) = 3.94%
BLUE value IS 215 (84.38% from 255) = 77.06%
R=19.00%
G=3.94%
B=77.06%

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
Decimal53112150.750.9500.16252.3590.2744.31
Hex35BD74B5F010fc5a2c
Octal651332711313702037413254
Binary11010110111101011110010111011111010000111111001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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