#301FF1

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

Shades of Han Purple #301FF1

Tints of Han Purple #301FF1

Color information

#301FF1 (or 0x301FF1) is unknown color: approx Han Purple. HEX triplet: 30, 1F and F1. RGB value is (48,31,241). Sum of RGB (Red+Green+Blue) = 48+31+241=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 241 (94.53% from 255 or 75.31% from 320); Max value from RGB is 241 - color contains mainly: blue. Hex color #301FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301FF1 is #CFE00E. Grayscale: #3B3B3B. Windows color (decimal): -13623311 or 15802160. OLE color: 15802160.

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

Color convert

RGB4831241-
CMYK0.800.8700.05
HSL244.86º88.24%53.33%-
HSV(B)244.86º87.14%94.51%-
XYZ17.597.9683.83-
YUV60.02230.13119.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15%
GREEN value IS 31 (12.5% from 255) = 9.69%
BLUE value IS 241 (94.53% from 255) = 75.31%
R=15%
G=9.69%
B=75.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48312410.800.8700.05244.8688.2453.33
Hex301FF1505705f55835
Octal60373611201270536513065
Binary1100001111111110001101000010101110101111101011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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