#361DF8

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

Shades of Han Purple #361DF8

Tints of Han Purple #361DF8

Color information

#361DF8 (or 0x361DF8) is unknown color: approx Han Purple. HEX triplet: 36, 1D and F8. RGB value is (54,29,248). Sum of RGB (Red+Green+Blue) = 54+29+248=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 248 (97.27% from 255 or 74.92% from 331); Max value from RGB is 248 - color contains mainly: blue. Hex color #361DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361DF8 is #C9E207. Grayscale: #3C3C3C. Windows color (decimal): -13230600 or 16260406. OLE color: 16260406.

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

Color convert

RGB5429248-
CMYK0.780.8800.03
HSL246.85º93.99%54.31%-
HSV(B)246.85º88.31%97.25%-
XYZ18.98.4489.44-
YUV61.44233.28122.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.31%
GREEN value IS 29 (11.72% from 255) = 8.76%
BLUE value IS 248 (97.27% from 255) = 74.92%
R=16.31%
G=8.76%
B=74.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal54292480.780.8800.03246.8593.9954.31
Hex361DF84E5803f75e36
Octal66353701161300336713666
Binary110110111011111100010011101011000011111101111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,29,248); }

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

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

 a { background-color: rgb(54,29,248); }

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

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

 span { border-color: rgb(54,29,248); }

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