#3015F4

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

Shades of Han Purple #3015F4

Tints of Han Purple #3015F4

Color information

#3015F4 (or 0x3015F4) is unknown color: approx Han Purple. HEX triplet: 30, 15 and F4. RGB value is (48,21,244). Sum of RGB (Red+Green+Blue) = 48+21+244=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 244 (95.70% from 255 or 77.96% from 313); Max value from RGB is 244 - color contains mainly: blue. Hex color #3015F4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3015F4 is #CFEA0B. Grayscale: #353535. Windows color (decimal): -13625868 or 15996208. OLE color: 15996208.

HSL color Cylindrical-coordinate representation of color #3015F4: hue angle of 247.26º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3015F4 is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4821244-
CMYK0.800.9100.04
HSL247.26º91.02%51.96%-
HSV(B)247.26º91.39%95.69%-
XYZ17.827.786.13-
YUV54.5234.95123.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.34%
GREEN value IS 21 (8.59% from 255) = 6.71%
BLUE value IS 244 (95.70% from 255) = 77.96%
R=15.34%
G=6.71%
B=77.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal48212440.800.9100.04247.2691.0251.96
Hex3015F4505B04f75b34
Octal60253641201330436713364
Binary1100001010111110100101000010110110100111101111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3015F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3015F4; }

 p { color: rgb(48,21,244); }

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

<style>
 a { background-color: #3015F4; }

 a { background-color: rgb(48,21,244); }

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

<style>
 span { border-color: #3015F4; }

 span { border-color: rgb(48,21,244); }

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