#360BCE

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

Shades of Han Purple #360BCE

Tints of Han Purple #360BCE

Color information

#360BCE (or 0x360BCE) is unknown color: approx Han Purple. HEX triplet: 36, 0B and CE. RGB value is (54,11,206). Sum of RGB (Red+Green+Blue) = 54+11+206=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #360BCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BCE is #C9F431. Grayscale: #2D2D2D. Windows color (decimal): -13235250 or 13503286. OLE color: 13503286.

HSL color Cylindrical-coordinate representation of color #360BCE: hue angle of 253.23º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360BCE is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5411206-
CMYK0.740.9500.19
HSL253.23º89.86%42.55%-
HSV(B)253.23º94.66%80.78%-
XYZ12.785.4858.78-
YUV46.09218.25133.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 11 (4.69% from 255) = 4.06%
BLUE value IS 206 (80.86% from 255) = 76.01%
R=19.93%
G=4.06%
B=76.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal54112060.740.9500.19253.2389.8642.55
Hex36BCE4A5F013fd5a2b
Octal661331611213702337513253
Binary11011010111100111010010101011111010011111111011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,11,206); }

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

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

 a { background-color: rgb(54,11,206); }

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

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

 span { border-color: rgb(54,11,206); }

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