#312BF4

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

Shades of Han Purple #312BF4

Tints of Han Purple #312BF4

Color information

#312BF4 (or 0x312BF4) is unknown color: approx Han Purple. HEX triplet: 31, 2B and F4. RGB value is (49,43,244). Sum of RGB (Red+Green+Blue) = 49+43+244=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 244 (95.70% from 255 or 72.62% from 336); Max value from RGB is 244 - color contains mainly: blue. Hex color #312BF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312BF4 is #CED40B. Grayscale: #424242. Windows color (decimal): -13554700 or 16001841. OLE color: 16001841.

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

Color convert

RGB4943244-
CMYK0.800.8200.04
HSL241.79º90.13%56.27%-
HSV(B)241.79º82.38%95.69%-
XYZ18.468.9186.34-
YUV67.71227.49114.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.58%
GREEN value IS 43 (17.19% from 255) = 12.80%
BLUE value IS 244 (95.70% from 255) = 72.62%
R=14.58%
G=12.80%
B=72.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal49432440.800.8200.04241.7990.1356.27
Hex312BF4505204f25a38
Octal61533641201220436213270
Binary11000110101111110100101000010100100100111100101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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