#312DB1

Color #312DB1 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #312DB1

Tints of Persian Blue #312DB1

Color information

#312DB1 (or 0x312DB1) is unknown color: approx Persian Blue. HEX triplet: 31, 2D and B1. RGB value is (49,45,177). Sum of RGB (Red+Green+Blue) = 49+45+177=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 177 (69.53% from 255 or 65.31% from 271); Max value from RGB is 177 - color contains mainly: blue. Hex color #312DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312DB1 is #CED24E. Grayscale: #3C3C3C. Windows color (decimal): -13554255 or 11611441. OLE color: 11611441.

HSL color Cylindrical-coordinate representation of color #312DB1: hue angle of 241.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #312DB1 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4945177-
CMYK0.720.7500.31
HSL241.82º59.46%43.53%-
HSV(B)241.82º74.58%69.41%-
XYZ10.145.742.16-
YUV61.24193.33119.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 45 (17.97% from 255) = 16.61%
BLUE value IS 177 (69.53% from 255) = 65.31%
R=18.08%
G=16.61%
B=65.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49451770.720.7500.31241.8259.4643.53
Hex312DB1484B01Ff23b2c
Octal61552611101130373627354
Binary110001101101101100011001000100101101111111110010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,45,177); }

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

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

 a { background-color: rgb(49,45,177); }

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

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

 span { border-color: rgb(49,45,177); }

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