#310FF4

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

Shades of Han Purple #310FF4

Tints of Han Purple #310FF4

Color information

#310FF4 (or 0x310FF4) is unknown color: approx Han Purple. HEX triplet: 31, 0F and F4. RGB value is (49,15,244). Sum of RGB (Red+Green+Blue) = 49+15+244=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 244 (95.70% from 255 or 79.22% from 308); Max value from RGB is 244 - color contains mainly: blue. Hex color #310FF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310FF4 is #CEF00B. Grayscale: #323232. Windows color (decimal): -13561868 or 15994673. OLE color: 15994673.

HSL color Cylindrical-coordinate representation of color #310FF4: hue angle of 248.91º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310FF4 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4915244-
CMYK0.800.9400.04
HSL248.91º91.24%50.78%-
HSV(B)248.91º93.85%95.69%-
XYZ17.777.5386.1-
YUV51.27236.76126.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 15 (6.25% from 255) = 4.87%
BLUE value IS 244 (95.70% from 255) = 79.22%
R=15.91%
G=4.87%
B=79.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal49152440.800.9400.04248.9191.2450.78
Hex31FF4505E04f95b33
Octal61173641201360437113363
Binary110001111111110100101000010111100100111110011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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