#361BDC

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

Shades of Han Purple #361BDC

Tints of Han Purple #361BDC

Color information

#361BDC (or 0x361BDC) is unknown color: approx Han Purple. HEX triplet: 36, 1B and DC. RGB value is (54,27,220). Sum of RGB (Red+Green+Blue) = 54+27+220=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #361BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361BDC is #C9E423. Grayscale: #383838. Windows color (decimal): -13231140 or 14424886. OLE color: 14424886.

HSL color Cylindrical-coordinate representation of color #361BDC: hue angle of 248.39º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361BDC is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5427220-
CMYK0.750.8800.14
HSL248.39º78.14%48.43%-
HSV(B)248.39º87.73%86.27%-
XYZ14.836.7468.23-
YUV57.08219.95125.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 27 (10.94% from 255) = 8.97%
BLUE value IS 220 (86.33% from 255) = 73.09%
R=17.94%
G=8.97%
B=73.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal54272200.750.8800.14248.3978.1448.43
Hex361BDC4B580Ef84e30
Octal663333411313001637011660
Binary11011011011110111001001011101100001110111110001001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361BDC; }

 p { color: rgb(54,27,220); }

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

<style>
 a { background-color: #361BDC; }

 a { background-color: rgb(54,27,220); }

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

<style>
 span { border-color: #361BDC; }

 span { border-color: rgb(54,27,220); }

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