#362EE7

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

Shades of Han Purple #362EE7

Tints of Han Purple #362EE7

Color information

#362EE7 (or 0x362EE7) is unknown color: approx Han Purple. HEX triplet: 36, 2E and E7. RGB value is (54,46,231). Sum of RGB (Red+Green+Blue) = 54+46+231=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 231 (90.62% from 255 or 69.79% from 331); Max value from RGB is 231 - color contains mainly: blue. Hex color #362EE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362EE7 is #C9D118. Grayscale: #444444. Windows color (decimal): -13226265 or 15150646. OLE color: 15150646.

HSL color Cylindrical-coordinate representation of color #362EE7: hue angle of 242.59º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #362EE7 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5446231-
CMYK0.770.8000.09
HSL242.59º79.4%54.31%-
HSV(B)242.59º80.09%90.59%-
XYZ16.928.5176.35-
YUV69.48219.15116.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.31%
GREEN value IS 46 (18.36% from 255) = 13.90%
BLUE value IS 231 (90.62% from 255) = 69.79%
R=16.31%
G=13.90%
B=69.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal54462310.770.8000.09242.5979.454.31
Hex362EE74D5009f34f36
Octal665634711512001136311766
Binary110110101110111001111001101101000001001111100111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,46,231); }

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

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

 a { background-color: rgb(54,46,231); }

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

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

 span { border-color: rgb(54,46,231); }

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