#300FF1

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

Shades of Han Purple #300FF1

Tints of Han Purple #300FF1

Color information

#300FF1 (or 0x300FF1) is unknown color: approx Han Purple. HEX triplet: 30, 0F and F1. RGB value is (48,15,241). Sum of RGB (Red+Green+Blue) = 48+15+241=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 241 (94.53% from 255 or 79.28% from 304); Max value from RGB is 241 - color contains mainly: blue. Hex color #300FF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300FF1 is #CFF00E. Grayscale: #313131. Windows color (decimal): -13627407 or 15798064. OLE color: 15798064.

HSL color Cylindrical-coordinate representation of color #300FF1: hue angle of 248.76º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300FF1 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4815241-
CMYK0.800.9400.05
HSL248.76º88.98%50.2%-
HSV(B)248.76º93.78%94.51%-
XYZ17.277.3283.72-
YUV50.63235.43126.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.79%
GREEN value IS 15 (6.25% from 255) = 4.93%
BLUE value IS 241 (94.53% from 255) = 79.28%
R=15.79%
G=4.93%
B=79.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48152410.800.9400.05248.7688.9850.2
Hex30FF1505E05f95932
Octal60173611201360537113162
Binary110000111111110001101000010111100101111110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300FF1; }

 p { color: rgb(48,15,241); }

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

<style>
 a { background-color: #300FF1; }

 a { background-color: rgb(48,15,241); }

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

<style>
 span { border-color: #300FF1; }

 span { border-color: rgb(48,15,241); }

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