#3016EF

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

Shades of Han Purple #3016EF

Tints of Han Purple #3016EF

Color information

#3016EF (or 0x3016EF) is unknown color: approx Han Purple. HEX triplet: 30, 16 and EF. RGB value is (48,22,239). Sum of RGB (Red+Green+Blue) = 48+22+239=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 239 (93.75% from 255 or 77.35% from 309); Max value from RGB is 239 - color contains mainly: blue. Hex color #3016EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3016EF is #CFE910. Grayscale: #353535. Windows color (decimal): -13625617 or 15668784. OLE color: 15668784.

HSL color Cylindrical-coordinate representation of color #3016EF: hue angle of 247.19º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3016EF is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4822239-
CMYK0.800.9100.06
HSL247.19º87.15%51.18%-
HSV(B)247.19º90.79%93.73%-
XYZ17.097.4382.2-
YUV54.51232.11123.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 22 (8.98% from 255) = 7.12%
BLUE value IS 239 (93.75% from 255) = 77.35%
R=15.53%
G=7.12%
B=77.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal48222390.800.9100.06247.1987.1551.18
Hex3016EF505B06f75733
Octal60263571201330636712763
Binary1100001011011101111101000010110110110111101111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3016EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3016EF; }

 p { color: rgb(48,22,239); }

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

<style>
 a { background-color: #3016EF; }

 a { background-color: rgb(48,22,239); }

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

<style>
 span { border-color: #3016EF; }

 span { border-color: rgb(48,22,239); }

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