#311b90

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

Shades of Persian Indigo #311B90

Tints of Persian Indigo #311B90

Color information

#311B90 (or 0x311B90) is unknown color: approx Persian Indigo. HEX triplet: 31, 1B and 90. RGB value is (49,27,144). Sum of RGB (Red+Green+Blue) = 49+27+144=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #311B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311B90 is #CEE46F. Grayscale: #2E2E2E. Windows color (decimal): -13558896 or 9444145. OLE color: 9444145.

HSL color Cylindrical-coordinate representation of color #311B90: hue angle of 251.28º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #311B90 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4927144-
CMYK0.660.8100.44
HSL251.28º68.42%33.53%-
HSV(B)251.28º81.25%56.47%-
XYZ6.693.4526.7-
YUV46.92182.79129.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 27 (10.94% from 255) = 12.27%
BLUE value IS 144 (56.64% from 255) = 65.45%
R=22.27%
G=12.27%
B=65.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49271440.660.8100.44251.2868.4233.53
Hex311B90425102Cfb4422
Octal613322010212105437310442
Binary1100011101110010000100001010100010101100111110111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311b90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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