#362AE5

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

Shades of Han Purple #362AE5

Tints of Han Purple #362AE5

Color information

#362AE5 (or 0x362AE5) is unknown color: approx Han Purple. HEX triplet: 36, 2A and E5. RGB value is (54,42,229). Sum of RGB (Red+Green+Blue) = 54+42+229=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 229 (89.84% from 255 or 70.46% from 325); Max value from RGB is 229 - color contains mainly: blue. Hex color #362AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362AE5 is #C9D51A. Grayscale: #424242. Windows color (decimal): -13227291 or 15018550. OLE color: 15018550.

HSL color Cylindrical-coordinate representation of color #362AE5: hue angle of 243.85º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #362AE5 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5442229-
CMYK0.760.8200.10
HSL243.85º78.24%53.14%-
HSV(B)243.85º81.66%89.8%-
XYZ16.498.174.82-
YUV66.91219.48118.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.62%
GREEN value IS 42 (16.80% from 255) = 12.92%
BLUE value IS 229 (89.84% from 255) = 70.46%
R=16.62%
G=12.92%
B=70.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal54422290.760.8200.10243.8578.2453.14
Hex362AE54C520Af44e35
Octal665234511412201236411665
Binary110110101010111001011001100101001001010111101001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,42,229); }

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

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

 a { background-color: rgb(54,42,229); }

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

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

 span { border-color: rgb(54,42,229); }

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