#362DF9

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

Shades of Han Purple #362DF9

Tints of Han Purple #362DF9

Color information

#362DF9 (or 0x362DF9) is unknown color: approx Han Purple. HEX triplet: 36, 2D and F9. RGB value is (54,45,249). Sum of RGB (Red+Green+Blue) = 54+45+249=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 249 (97.66% from 255 or 71.55% from 348); Max value from RGB is 249 - color contains mainly: blue. Hex color #362DF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362DF9 is #C9D206. Grayscale: #464646. Windows color (decimal): -13226503 or 16330038. OLE color: 16330038.

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

Color convert

RGB5445249-
CMYK0.780.8200.02
HSL242.65º94.44%57.65%-
HSV(B)242.65º81.93%97.65%-
XYZ19.569.590.43-
YUV70.95228.48115.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.52%
GREEN value IS 45 (17.97% from 255) = 12.93%
BLUE value IS 249 (97.66% from 255) = 71.55%
R=15.52%
G=12.93%
B=71.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal54452490.780.8200.02242.6594.4457.65
Hex362DF94E5202f35e3a
Octal66553711161220236313672
Binary1101101011011111100110011101010010010111100111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362DF9; }

 p { color: rgb(54,45,249); }

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

<style>
 a { background-color: #362DF9; }

 a { background-color: rgb(54,45,249); }

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

<style>
 span { border-color: #362DF9; }

 span { border-color: rgb(54,45,249); }

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