#311E92

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

Shades of Persian Indigo #311E92

Tints of Persian Indigo #311E92

Color information

#311E92 (or 0x311E92) is unknown color: approx Persian Indigo. HEX triplet: 31, 1E and 92. RGB value is (49,30,146). Sum of RGB (Red+Green+Blue) = 49+30+146=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #311E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311E92 is #CEE16D. Grayscale: #303030. Windows color (decimal): -13558126 or 9575985. OLE color: 9575985.

HSL color Cylindrical-coordinate representation of color #311E92: hue angle of 249.83º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #311E92 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4930146-
CMYK0.660.7900.43
HSL249.83º65.91%34.51%-
HSV(B)249.83º79.45%57.25%-
XYZ6.923.6627.54-
YUV48.9182.79128.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 30 (12.11% from 255) = 13.33%
BLUE value IS 146 (57.42% from 255) = 64.89%
R=21.78%
G=13.33%
B=64.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49301460.660.7900.43249.8365.9134.51
Hex311E92424F02Bfa4223
Octal613622210211705337210243
Binary1100011111010010010100001010011110101011111110101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,30,146); }

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

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

 a { background-color: rgb(49,30,146); }

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

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

 span { border-color: rgb(49,30,146); }

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