#361EF5

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

Shades of Han Purple #361EF5

Tints of Han Purple #361EF5

Color information

#361EF5 (or 0x361EF5) is unknown color: approx Han Purple. HEX triplet: 36, 1E and F5. RGB value is (54,30,245). Sum of RGB (Red+Green+Blue) = 54+30+245=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 245 (96.09% from 255 or 74.47% from 329); Max value from RGB is 245 - color contains mainly: blue. Hex color #361EF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361EF5 is #C9E10A. Grayscale: #3C3C3C. Windows color (decimal): -13230347 or 16064054. OLE color: 16064054.

HSL color Cylindrical-coordinate representation of color #361EF5: hue angle of 246.7º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361EF5 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5430245-
CMYK0.780.8800.04
HSL246.7º91.49%53.92%-
HSV(B)246.7º87.76%96.08%-
XYZ18.478.3187.02-
YUV61.69231.45122.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.41%
GREEN value IS 30 (12.11% from 255) = 9.12%
BLUE value IS 245 (96.09% from 255) = 74.47%
R=16.41%
G=9.12%
B=74.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal54302450.780.8800.04246.791.4953.92
Hex361EF54E5804f75b36
Octal66363651161300436713366
Binary1101101111011110101100111010110000100111101111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361EF5; }

 p { color: rgb(54,30,245); }

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

<style>
 a { background-color: #361EF5; }

 a { background-color: rgb(54,30,245); }

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

<style>
 span { border-color: #361EF5; }

 span { border-color: rgb(54,30,245); }

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