#311B9E

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

Shades of Persian Indigo #311B9E

Tints of Persian Indigo #311B9E

Color information

#311B9E (or 0x311B9E) is unknown color: approx Persian Indigo. HEX triplet: 31, 1B and 9E. RGB value is (49,27,158). Sum of RGB (Red+Green+Blue) = 49+27+158=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #311B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311B9E is #CEE461. Grayscale: #303030. Windows color (decimal): -13558882 or 10361649. OLE color: 10361649.

HSL color Cylindrical-coordinate representation of color #311B9E: hue angle of 250.08º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #311B9E is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4927158-
CMYK0.690.8300.38
HSL250.08º70.81%36.27%-
HSV(B)250.08º82.91%61.96%-
XYZ7.833.9132.69-
YUV48.51189.79128.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 27 (10.94% from 255) = 11.54%
BLUE value IS 158 (62.11% from 255) = 67.52%
R=20.94%
G=11.54%
B=67.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49271580.690.8300.38250.0870.8136.27
Hex311B9E4553026fa4724
Octal613323610512304637210744
Binary1100011101110011110100010110100110100110111110101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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