#361FE8

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

Shades of Han Purple #361FE8

Tints of Han Purple #361FE8

Color information

#361FE8 (or 0x361FE8) is unknown color: approx Han Purple. HEX triplet: 36, 1F and E8. RGB value is (54,31,232). Sum of RGB (Red+Green+Blue) = 54+31+232=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 232 (91.02% from 255 or 73.19% from 317); Max value from RGB is 232 - color contains mainly: blue. Hex color #361FE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361FE8 is #C9E017. Grayscale: #3C3C3C. Windows color (decimal): -13230104 or 15212342. OLE color: 15212342.

HSL color Cylindrical-coordinate representation of color #361FE8: hue angle of 246.87º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361FE8 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5431232-
CMYK0.770.8700.09
HSL246.87º81.38%51.57%-
HSV(B)246.87º86.64%90.98%-
XYZ16.587.5976.94-
YUV60.79224.62123.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.03%
GREEN value IS 31 (12.5% from 255) = 9.78%
BLUE value IS 232 (91.02% from 255) = 73.19%
R=17.03%
G=9.78%
B=73.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal54312320.770.8700.09246.8781.3851.57
Hex361FE84D5709f75134
Octal663735011512701136712164
Binary11011011111111010001001101101011101001111101111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,31,232); }

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

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

 a { background-color: rgb(54,31,232); }

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

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

 span { border-color: rgb(54,31,232); }

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