#310FF1

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

Shades of Han Purple #310FF1

Tints of Han Purple #310FF1

Color information

#310FF1 (or 0x310FF1) is unknown color: approx Han Purple. HEX triplet: 31, 0F and F1. RGB value is (49,15,241). Sum of RGB (Red+Green+Blue) = 49+15+241=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 241 (94.53% from 255 or 79.02% from 305); Max value from RGB is 241 - color contains mainly: blue. Hex color #310FF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310FF1 is #CEF00E. Grayscale: #323232. Windows color (decimal): -13561871 or 15798065. OLE color: 15798065.

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

Color convert

RGB4915241-
CMYK0.800.9400.05
HSL249.03º88.98%50.2%-
HSV(B)249.03º93.78%94.51%-
XYZ17.317.3583.72-
YUV50.93235.26126.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 15 (6.25% from 255) = 4.92%
BLUE value IS 241 (94.53% from 255) = 79.02%
R=16.07%
G=4.92%
B=79.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal49152410.800.9400.05249.0388.9850.2
Hex31FF1505E05f95932
Octal61173611201360537113162
Binary110001111111110001101000010111100101111110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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