#310CF1

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

Shades of Han Purple #310CF1

Tints of Han Purple #310CF1

Color information

#310CF1 (or 0x310CF1) is unknown color: approx Han Purple. HEX triplet: 31, 0C and F1. RGB value is (49,12,241). Sum of RGB (Red+Green+Blue) = 49+12+241=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 241 (94.53% from 255 or 79.80% from 302); Max value from RGB is 241 - color contains mainly: blue. Hex color #310CF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310CF1 is #CEF30E. Grayscale: #303030. Windows color (decimal): -13562639 or 15797297. OLE color: 15797297.

HSL color Cylindrical-coordinate representation of color #310CF1: hue angle of 249.69º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310CF1 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4912241-
CMYK0.800.9500.05
HSL249.69º90.51%49.61%-
HSV(B)249.69º95.02%94.51%-
XYZ17.287.2783.71-
YUV49.17236.26127.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.23%
GREEN value IS 12 (5.08% from 255) = 3.97%
BLUE value IS 241 (94.53% from 255) = 79.80%
R=16.23%
G=3.97%
B=79.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal49122410.800.9500.05249.6990.5149.61
Hex31CF1505F05fa5b32
Octal61143611201370537213362
Binary110001110011110001101000010111110101111110101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310CF1; }

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

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

<style>
 a { background-color: #310CF1; }

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

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

<style>
 span { border-color: #310CF1; }

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

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