#331FF1

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

Shades of Han Purple #331FF1

Tints of Han Purple #331FF1

Color information

#331FF1 (or 0x331FF1) is unknown color: approx Han Purple. HEX triplet: 33, 1F and F1. RGB value is (51,31,241). Sum of RGB (Red+Green+Blue) = 51+31+241=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 241 (94.53% from 255 or 74.61% from 323); Max value from RGB is 241 - color contains mainly: blue. Hex color #331FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331FF1 is #CCE00E. Grayscale: #3C3C3C. Windows color (decimal): -13426703 or 15802163. OLE color: 15802163.

HSL color Cylindrical-coordinate representation of color #331FF1: hue angle of 245.71º 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 #331FF1 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5131241-
CMYK0.790.8700.05
HSL245.71º88.24%53.33%-
HSV(B)245.71º87.14%94.51%-
XYZ17.738.0383.84-
YUV60.92229.63120.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 31 (12.5% from 255) = 9.60%
BLUE value IS 241 (94.53% from 255) = 74.61%
R=15.79%
G=9.60%
B=74.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51312410.790.8700.05245.7188.2453.33
Hex331FF14F5705f65835
Octal63373611171270536613065
Binary1100111111111110001100111110101110101111101101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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