#301BF1

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

Shades of Han Purple #301BF1

Tints of Han Purple #301BF1

Color information

#301BF1 (or 0x301BF1) is unknown color: approx Han Purple. HEX triplet: 30, 1B and F1. RGB value is (48,27,241). Sum of RGB (Red+Green+Blue) = 48+27+241=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 241 (94.53% from 255 or 76.27% from 316); Max value from RGB is 241 - color contains mainly: blue. Hex color #301BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301BF1 is #CFE40E. Grayscale: #383838. Windows color (decimal): -13624335 or 15801136. OLE color: 15801136.

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

Color convert

RGB4827241-
CMYK0.800.8900.05
HSL245.89º88.43%52.55%-
HSV(B)245.89º88.8%94.51%-
XYZ17.497.7683.8-
YUV57.68231.46121.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.19%
GREEN value IS 27 (10.94% from 255) = 8.54%
BLUE value IS 241 (94.53% from 255) = 76.27%
R=15.19%
G=8.54%
B=76.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48272410.800.8900.05245.8988.4352.55
Hex301BF1505905f65835
Octal60333611201310536613065
Binary1100001101111110001101000010110010101111101101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301BF1; }

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

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

<style>
 a { background-color: #301BF1; }

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

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

<style>
 span { border-color: #301BF1; }

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

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