#312687

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

Shades of Persian Indigo #312687

Tints of Persian Indigo #312687

Color information

#312687 (or 0x312687) is unknown color: approx Persian Indigo. HEX triplet: 31, 26 and 87. RGB value is (49,38,135). Sum of RGB (Red+Green+Blue) = 49+38+135=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 135 (53.12% from 255 or 60.81% from 222); Max value from RGB is 135 - color contains mainly: blue. Hex color #312687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312687 is #CED978. Grayscale: #333333. Windows color (decimal): -13556089 or 8857137. OLE color: 8857137.

HSL color Cylindrical-coordinate representation of color #312687: hue angle of 246.8º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #312687 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4938135-
CMYK0.640.7200.47
HSL246.8º56.07%33.92%-
HSV(B)246.8º71.85%52.94%-
XYZ6.333.7923.32-
YUV52.35174.64125.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 135 (53.12% from 255) = 60.81%
R=22.07%
G=17.12%
B=60.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49381350.640.7200.47246.856.0733.92
Hex312687404802Ff73822
Octal61462071001100573677042
Binary1100011001101000011110000001001000010111111110111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312687; }

 p { color: rgb(49,38,135); }

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

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

 a { background-color: rgb(49,38,135); }

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

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

 span { border-color: rgb(49,38,135); }

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