#361EF3

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

Shades of Han Purple #361EF3

Tints of Han Purple #361EF3

Color information

#361EF3 (or 0x361EF3) is unknown color: approx Han Purple. HEX triplet: 36, 1E and F3. RGB value is (54,30,243). Sum of RGB (Red+Green+Blue) = 54+30+243=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 243 (95.31% from 255 or 74.31% from 327); Max value from RGB is 243 - color contains mainly: blue. Hex color #361EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361EF3 is #C9E10C. Grayscale: #3C3C3C. Windows color (decimal): -13230349 or 15932982. OLE color: 15932982.

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

Color convert

RGB5430243-
CMYK0.780.8800.05
HSL246.76º89.87%53.53%-
HSV(B)246.76º87.65%95.29%-
XYZ18.168.1885.42-
YUV61.46230.45122.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.51%
GREEN value IS 30 (12.11% from 255) = 9.17%
BLUE value IS 243 (95.31% from 255) = 74.31%
R=16.51%
G=9.17%
B=74.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal54302430.780.8800.05246.7689.8753.53
Hex361EF34E5805f75a36
Octal66363631161300536713266
Binary1101101111011110011100111010110000101111101111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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