#311789

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

Shades of Persian Indigo #311789

Tints of Persian Indigo #311789

Color information

#311789 (or 0x311789) is unknown color: approx Persian Indigo. HEX triplet: 31, 17 and 89. RGB value is (49,23,137). Sum of RGB (Red+Green+Blue) = 49+23+137=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #311789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311789 is #CEE876. Grayscale: #2B2B2B. Windows color (decimal): -13559927 or 8984369. OLE color: 8984369.

HSL color Cylindrical-coordinate representation of color #311789: hue angle of 253.68º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #311789 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4923137-
CMYK0.640.8300.46
HSL253.68º71.25%31.37%-
HSV(B)253.68º83.21%53.73%-
XYZ6.093.0723.94-
YUV43.77180.61131.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.44%
GREEN value IS 23 (9.38% from 255) = 11.00%
BLUE value IS 137 (53.91% from 255) = 65.55%
R=23.44%
G=11.00%
B=65.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49231370.640.8300.46253.6871.2531.37
Hex311789405302Efe471f
Octal612721110012305637610737
Binary110001101111000100110000001010011010111011111110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311789; }

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

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

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

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

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

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

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

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