#311E93

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

Shades of Persian Indigo #311E93

Tints of Persian Indigo #311E93

Color information

#311E93 (or 0x311E93) is unknown color: approx Persian Indigo. HEX triplet: 31, 1E and 93. RGB value is (49,30,147). Sum of RGB (Red+Green+Blue) = 49+30+147=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 147 (57.81% from 255 or 65.04% from 226); Max value from RGB is 147 - color contains mainly: blue. Hex color #311E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311E93 is #CEE16C. Grayscale: #303030. Windows color (decimal): -13558125 or 9641521. OLE color: 9641521.

HSL color Cylindrical-coordinate representation of color #311E93: hue angle of 249.74º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311E93 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4930147-
CMYK0.670.8000.42
HSL249.74º66.1%34.71%-
HSV(B)249.74º79.59%57.65%-
XYZ73.6927.95-
YUV49.02183.29127.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 30 (12.11% from 255) = 13.27%
BLUE value IS 147 (57.81% from 255) = 65.04%
R=21.68%
G=13.27%
B=65.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49301470.670.8000.42249.7466.134.71
Hex311E93435002Afa4223
Octal613622310312005237210243
Binary1100011111010010011100001110100000101010111110101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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