#312785

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

Shades of Persian Indigo #312785

Tints of Persian Indigo #312785

Color information

#312785 (or 0x312785) is unknown color: approx Persian Indigo. HEX triplet: 31, 27 and 85. RGB value is (49,39,133). Sum of RGB (Red+Green+Blue) = 49+39+133=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #312785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312785 is #CED87A. Grayscale: #343434. Windows color (decimal): -13555835 or 8726321. OLE color: 8726321.

HSL color Cylindrical-coordinate representation of color #312785: hue angle of 246.38º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #312785 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4939133-
CMYK0.630.7100.48
HSL246.38º54.65%33.73%-
HSV(B)246.38º70.68%52.16%-
XYZ6.233.822.6-
YUV52.71173.31125.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 39 (15.62% from 255) = 17.65%
BLUE value IS 133 (52.34% from 255) = 60.18%
R=22.17%
G=17.65%
B=60.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49391330.630.7100.48246.3854.6533.73
Hex3127853F47030f63722
Octal6147205771070603666742
Binary110001100111100001011111111000111011000011110110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312785; }

 p { color: rgb(49,39,133); }

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

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

 a { background-color: rgb(49,39,133); }

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

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

 span { border-color: rgb(49,39,133); }

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