#310BF4

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

Shades of Han Purple #310BF4

Tints of Han Purple #310BF4

Color information

#310BF4 (or 0x310BF4) is unknown color: approx Han Purple. HEX triplet: 31, 0B and F4. RGB value is (49,11,244). Sum of RGB (Red+Green+Blue) = 49+11+244=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 244 (95.70% from 255 or 80.26% from 304); Max value from RGB is 244 - color contains mainly: blue. Hex color #310BF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310BF4 is #CEF40B. Grayscale: #303030. Windows color (decimal): -13562892 or 15993649. OLE color: 15993649.

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

Color convert

RGB4911244-
CMYK0.800.9500.04
HSL249.79º91.37%50%-
HSV(B)249.79º95.49%95.69%-
XYZ17.727.4286.09-
YUV48.92238.09128.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.12%
GREEN value IS 11 (4.69% from 255) = 3.62%
BLUE value IS 244 (95.70% from 255) = 80.26%
R=16.12%
G=3.62%
B=80.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal49112440.800.9500.04249.7991.3750
Hex31BF4505F04fa5b32
Octal61133641201370437213362
Binary110001101111110100101000010111110100111110101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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