#311B89

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

Shades of Persian Indigo #311B89

Tints of Persian Indigo #311B89

Color information

#311B89 (or 0x311B89) is unknown color: approx Persian Indigo. HEX triplet: 31, 1B and 89. RGB value is (49,27,137). Sum of RGB (Red+Green+Blue) = 49+27+137=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 137 (53.91% from 255 or 64.32% from 213); Max value from RGB is 137 - color contains mainly: blue. Hex color #311B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311B89 is #CEE476. Grayscale: #2D2D2D. Windows color (decimal): -13558903 or 8985393. OLE color: 8985393.

HSL color Cylindrical-coordinate representation of color #311B89: hue angle of 252º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311B89 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4927137-
CMYK0.640.8000.46
HSL252º67.07%32.16%-
HSV(B)252º80.29%53.73%-
XYZ6.173.2423.97-
YUV46.12179.29130.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 27 (10.94% from 255) = 12.68%
BLUE value IS 137 (53.91% from 255) = 64.32%
R=23.00%
G=12.68%
B=64.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49271370.640.8000.4625267.0732.16
Hex311B89405002Efc4320
Octal613321110012005637410340
Binary1100011101110001001100000010100000101110111111001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,27,137); }

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

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

 a { background-color: rgb(49,27,137); }

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

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

 span { border-color: rgb(49,27,137); }

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