#351cd4

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

Shades of Han Purple #351CD4

Tints of Han Purple #351CD4

Color information

#351CD4 (or 0x351CD4) is unknown color: approx Han Purple. HEX triplet: 35, 1C and D4. RGB value is (53,28,212). Sum of RGB (Red+Green+Blue) = 53+28+212=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 212 (83.20% from 255 or 72.35% from 293); Max value from RGB is 212 - color contains mainly: blue. Hex color #351CD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351CD4 is #CAE32B. Grayscale: #373737. Windows color (decimal): -13296428 or 13900853. OLE color: 13900853.

HSL color Cylindrical-coordinate representation of color #351CD4: hue angle of 248.15º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #351CD4 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5328212-
CMYK0.750.8700.17
HSL248.15º76.67%47.06%-
HSV(B)248.15º86.79%83.14%-
XYZ13.776.3462.79-
YUV56.45215.78125.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 28 (11.33% from 255) = 9.56%
BLUE value IS 212 (83.20% from 255) = 72.35%
R=18.09%
G=9.56%
B=72.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal53282120.750.8700.17248.1576.6747.06
Hex351CD44B57011f84d2f
Octal653432411312702137011557
Binary110101111001101010010010111010111010001111110001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351cd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351cd4; }

 p { color: rgb(53,28,212); }

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

<style>
 a { background-color: #351cd4; }

 a { background-color: rgb(53,28,212); }

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

<style>
 span { border-color: #351cd4; }

 span { border-color: rgb(53,28,212); }

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