#360AEE

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

Shades of Han Purple #360AEE

Tints of Han Purple #360AEE

Color information

#360AEE (or 0x360AEE) is unknown color: approx Han Purple. HEX triplet: 36, 0A and EE. RGB value is (54,10,238). Sum of RGB (Red+Green+Blue) = 54+10+238=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 238 (93.36% from 255 or 78.81% from 302); Max value from RGB is 238 - color contains mainly: blue. Hex color #360AEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360AEE is #C9F511. Grayscale: #303030. Windows color (decimal): -13235474 or 15600182. OLE color: 15600182.

HSL color Cylindrical-coordinate representation of color #360AEE: hue angle of 251.58º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360AEE is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5410238-
CMYK0.770.9600.07
HSL251.58º91.94%48.63%-
HSV(B)251.58º95.8%93.33%-
XYZ17.067.1781.37-
YUV49.15234.58131.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.88%
GREEN value IS 10 (4.30% from 255) = 3.31%
BLUE value IS 238 (93.36% from 255) = 78.81%
R=17.88%
G=3.31%
B=78.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal54102380.770.9600.07251.5891.9448.63
Hex36AEE4D6007fc5c31
Octal66123561151400737413461
Binary110110101011101110100110111000000111111111001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360AEE; }

 p { color: rgb(54,10,238); }

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

<style>
 a { background-color: #360AEE; }

 a { background-color: rgb(54,10,238); }

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

<style>
 span { border-color: #360AEE; }

 span { border-color: rgb(54,10,238); }

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