#311C9B

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

Shades of Persian Indigo #311C9B

Tints of Persian Indigo #311C9B

Color information

#311C9B (or 0x311C9B) is unknown color: approx Persian Indigo. HEX triplet: 31, 1C and 9B. RGB value is (49,28,155). Sum of RGB (Red+Green+Blue) = 49+28+155=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #311C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311C9B is #CEE364. Grayscale: #303030. Windows color (decimal): -13558629 or 10165297. OLE color: 10165297.

HSL color Cylindrical-coordinate representation of color #311C9B: hue angle of 249.92º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311C9B is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4928155-
CMYK0.680.8200.39
HSL249.92º69.4%35.88%-
HSV(B)249.92º81.94%60.78%-
XYZ7.63.8531.35-
YUV48.76187.96128.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 28 (11.33% from 255) = 12.07%
BLUE value IS 155 (60.94% from 255) = 66.81%
R=21.12%
G=12.07%
B=66.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49281550.680.8200.39249.9269.435.88
Hex311C9B4452027fa4524
Octal613423310412204737210544
Binary1100011110010011011100010010100100100111111110101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,28,155); }

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

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

 a { background-color: rgb(49,28,155); }

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

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

 span { border-color: rgb(49,28,155); }

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