#3B18EC

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

Shades of Han Purple #3B18EC

Tints of Han Purple #3B18EC

Color information

#3B18EC (or 0x3B18EC) is unknown color: approx Han Purple. HEX triplet: 3B, 18 and EC. RGB value is (59,24,236). Sum of RGB (Red+Green+Blue) = 59+24+236=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #3B18EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B18EC is #C4E713. Grayscale: #393939. Windows color (decimal): -12904212 or 15472699. OLE color: 15472699.

HSL color Cylindrical-coordinate representation of color #3B18EC: hue angle of 249.91º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B18EC is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5924236-
CMYK0.750.9000.07
HSL249.91º84.8%50.98%-
HSV(B)249.91º89.83%92.55%-
XYZ17.277.6479.92-
YUV58.63228.1128.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.50%
GREEN value IS 24 (9.77% from 255) = 7.52%
BLUE value IS 236 (92.58% from 255) = 73.98%
R=18.50%
G=7.52%
B=73.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal59242360.750.9000.07249.9184.850.98
Hex3B18EC4B5A07fa5533
Octal73303541131320737212563
Binary1110111100011101100100101110110100111111110101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B18EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B18EC; }

 p { color: rgb(59,24,236); }

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

<style>
 a { background-color: #3B18EC; }

 a { background-color: rgb(59,24,236); }

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

<style>
 span { border-color: #3B18EC; }

 span { border-color: rgb(59,24,236); }

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