#3121F1

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

Shades of Han Purple #3121F1

Tints of Han Purple #3121F1

Color information

#3121F1 (or 0x3121F1) is unknown color: approx Han Purple. HEX triplet: 31, 21 and F1. RGB value is (49,33,241). Sum of RGB (Red+Green+Blue) = 49+33+241=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 33 (13.28% from 255 or 10.22% 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 #3121F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3121F1 is #CEDE0E. Grayscale: #3C3C3C. Windows color (decimal): -13557263 or 15802673. OLE color: 15802673.

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

Color convert

RGB4933241-
CMYK0.800.8600.05
HSL244.62º88.14%53.73%-
HSV(B)244.62º86.31%94.51%-
XYZ17.698.0983.85-
YUV61.5229.3119.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.17%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 241 (94.53% from 255) = 74.61%
R=15.17%
G=10.22%
B=74.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal49332410.800.8600.05244.6288.1453.73
Hex3121F1505605f55836
Octal61413611201260536513066
Binary11000110000111110001101000010101100101111101011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3121F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3121F1; }

 p { color: rgb(49,33,241); }

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

<style>
 a { background-color: #3121F1; }

 a { background-color: rgb(49,33,241); }

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

<style>
 span { border-color: #3121F1; }

 span { border-color: rgb(49,33,241); }

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