#311D94

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

Shades of Persian Indigo #311D94

Tints of Persian Indigo #311D94

Color information

#311D94 (or 0x311D94) is unknown color: approx Persian Indigo. HEX triplet: 31, 1D and 94. RGB value is (49,29,148). Sum of RGB (Red+Green+Blue) = 49+29+148=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 148 (58.20% from 255 or 65.49% from 226); Max value from RGB is 148 - color contains mainly: blue. Hex color #311D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311D94 is #CEE26B. Grayscale: #303030. Windows color (decimal): -13558380 or 9706801. OLE color: 9706801.

HSL color Cylindrical-coordinate representation of color #311D94: hue angle of 250.08º degrees, saturation: 0.67, 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 #311D94 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4929148-
CMYK0.670.8000.42
HSL250.08º67.23%34.71%-
HSV(B)250.08º80.41%58.04%-
XYZ7.053.6728.35-
YUV48.55184.13128.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 29 (11.72% from 255) = 12.83%
BLUE value IS 148 (58.20% from 255) = 65.49%
R=21.68%
G=12.83%
B=65.49%

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
Decimal49291480.670.8000.42250.0867.2334.71
Hex311D94435002Afa4323
Octal613522410312005237210343
Binary1100011110110010100100001110100000101010111110101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,29,148); }

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

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

 a { background-color: rgb(49,29,148); }

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

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

 span { border-color: rgb(49,29,148); }

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