#3121FF

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

Shades of Han Purple #3121FF

Tints of Han Purple #3121FF

Color information

#3121FF (or 0x3121FF) is unknown color: approx Han Purple. HEX triplet: 31, 21 and FF. RGB value is (49,33,255). Sum of RGB (Red+Green+Blue) = 49+33+255=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #3121FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3121FF is #CEDE00. Grayscale: #3E3E3E. Windows color (decimal): -13557249 or 16720177. OLE color: 16720177.

HSL color Cylindrical-coordinate representation of color #3121FF: hue angle of 244.32º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3121FF is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB4933255-
CMYK0.810.8700
HSL244.32º100%56.47%-
HSV(B)244.32º87.06%100%-
XYZ19.868.9695.29-
YUV63.09236.3117.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.54%
GREEN value IS 33 (13.28% from 255) = 9.79%
BLUE value IS 255 (100% from 255) = 75.67%
R=14.54%
G=9.79%
B=75.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal49332550.810.8700244.3210056.47
Hex3121FF515700f46438
Octal61413771211270036414470
Binary110001100001111111111010001101011100111101001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3121FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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