#360EFB

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

Shades of Han Purple #360EFB

Tints of Han Purple #360EFB

Color information

#360EFB (or 0x360EFB) is unknown color: approx Han Purple. HEX triplet: 36, 0E and FB. RGB value is (54,14,251). Sum of RGB (Red+Green+Blue) = 54+14+251=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #360EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360EFB is #C9F104. Grayscale: #343434. Windows color (decimal): -13234437 or 16453174. OLE color: 16453174.

HSL color Cylindrical-coordinate representation of color #360EFB: hue angle of 250.13º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360EFB is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5414251-
CMYK0.780.9400.02
HSL250.13º96.73%51.96%-
HSV(B)250.13º94.42%98.43%-
XYZ19.098.0691.82-
YUV52.98239.75128.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 14 (5.86% from 255) = 4.39%
BLUE value IS 251 (98.44% from 255) = 78.68%
R=16.93%
G=4.39%
B=78.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal54142510.780.9400.02250.1396.7351.96
Hex36EFB4E5E02fa6134
Octal66163731161360237214164
Binary11011011101111101110011101011110010111110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360EFB; }

 p { color: rgb(54,14,251); }

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

<style>
 a { background-color: #360EFB; }

 a { background-color: rgb(54,14,251); }

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

<style>
 span { border-color: #360EFB; }

 span { border-color: rgb(54,14,251); }

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