#311FB1

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

Shades of Persian Blue #311FB1

Tints of Persian Blue #311FB1

Color information

#311FB1 (or 0x311FB1) is unknown color: approx Persian Blue. HEX triplet: 31, 1F and B1. RGB value is (49,31,177). Sum of RGB (Red+Green+Blue) = 49+31+177=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 177 (69.53% from 255 or 68.87% from 257); Max value from RGB is 177 - color contains mainly: blue. Hex color #311FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311FB1 is #CEE04E. Grayscale: #343434. Windows color (decimal): -13557839 or 11607857. OLE color: 11607857.

HSL color Cylindrical-coordinate representation of color #311FB1: hue angle of 247.4º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311FB1 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4931177-
CMYK0.720.8200.31
HSL247.4º70.19%40.78%-
HSV(B)247.4º82.49%69.41%-
XYZ9.694.8142.01-
YUV53.03197.96125.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 31 (12.5% from 255) = 12.06%
BLUE value IS 177 (69.53% from 255) = 68.87%
R=19.07%
G=12.06%
B=68.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49311770.720.8200.31247.470.1940.78
Hex311FB1485201Ff74629
Octal613726111012203736710651
Binary110001111111011000110010001010010011111111101111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311FB1; }

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

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

<style>
 a { background-color: #311FB1; }

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

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

<style>
 span { border-color: #311FB1; }

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

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