#3014F9

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

Shades of Han Purple #3014F9

Tints of Han Purple #3014F9

Color information

#3014F9 (or 0x3014F9) is unknown color: approx Han Purple. HEX triplet: 30, 14 and F9. RGB value is (48,20,249). Sum of RGB (Red+Green+Blue) = 48+20+249=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 249 (97.66% from 255 or 78.55% from 317); Max value from RGB is 249 - color contains mainly: blue. Hex color #3014F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3014F9 is #CFEB06. Grayscale: #353535. Windows color (decimal): -13626119 or 16323632. OLE color: 16323632.

HSL color Cylindrical-coordinate representation of color #3014F9: hue angle of 247.34º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3014F9 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB4820249-
CMYK0.810.9200.02
HSL247.34º95.02%52.75%-
HSV(B)247.34º91.97%97.65%-
XYZ18.577.9790.18-
YUV54.48237.78123.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 20 (8.20% from 255) = 6.31%
BLUE value IS 249 (97.66% from 255) = 78.55%
R=15.14%
G=6.31%
B=78.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal48202490.810.9200.02247.3495.0252.75
Hex3014F9515C02f75f35
Octal60243711211340236713765
Binary110000101001111100110100011011100010111101111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3014F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3014F9; }

 p { color: rgb(48,20,249); }

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

<style>
 a { background-color: #3014F9; }

 a { background-color: rgb(48,20,249); }

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

<style>
 span { border-color: #3014F9; }

 span { border-color: rgb(48,20,249); }

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