#351EFD

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

Shades of Han Purple #351EFD

Tints of Han Purple #351EFD

Color information

#351EFD (or 0x351EFD) is unknown color: approx Han Purple. HEX triplet: 35, 1E and FD. RGB value is (53,30,253). Sum of RGB (Red+Green+Blue) = 53+30+253=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #351EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351EFD is #CAE102. Grayscale: #3D3D3D. Windows color (decimal): -13295875 or 16588341. OLE color: 16588341.

HSL color Cylindrical-coordinate representation of color #351EFD: hue angle of 246.19º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351EFD is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5330253-
CMYK0.790.8800.01
HSL246.19º98.24%55.49%-
HSV(B)246.19º88.14%99.22%-
XYZ19.668.7893.59-
YUV62.3235.62121.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 30 (12.11% from 255) = 8.93%
BLUE value IS 253 (99.22% from 255) = 75.30%
R=15.77%
G=8.93%
B=75.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal53302530.790.8800.01246.1998.2455.49
Hex351EFD4F5801f66237
Octal65363751171300136614267
Binary11010111110111111011001111101100001111101101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,30,253); }

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

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

 a { background-color: rgb(53,30,253); }

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

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

 span { border-color: rgb(53,30,253); }

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