Shades of Persian Blue #312CA5
Tints of Persian Blue #312CA5
RGB
CMYK
RGB Variations
Color information
#312CA5 (or 0x312CA5) is known color: Persian Blue. HEX triplet: 31, 2C and A5. RGB value is (49,44,165). Sum of RGB (Red+Green+Blue) = 49+44+165=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 165 (64.84% from 255 or 63.95% from 258); Max value from RGB is 165 - color contains mainly: blue. Hex color #312CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312CA5 is #CED35A. Grayscale: #3A3A3A. Windows color (decimal): -13554523 or 10824753. OLE color: 10824753.
HSL color Cylindrical-coordinate representation of color #312CA5: hue angle of 242.48º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #312CA5 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 44 | 165 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.35 |
| HSL | 242.48º | 0.58% | 0.41% | - |
| HSV(B) | 242.48º | 0.73% | 0.65% | - |
| XYZ | 8.96 | 5.17 | 36.12 | - |
| YUV | 59.29 | 187.66 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 165 | 0.70 | 0.73 | 0 | 0.35 | 242.48 | 0.58 | 0.41 |
| Hex | 31 | 2C | A5 | 46 | 49 | 0 | 23 | F2 | 3A | 29 |
| Octal | 61 | 54 | 245 | 106 | 111 | 0 | 43 | 362 | 72 | 51 |
| Binary | 110001 | 101100 | 10100101 | 1000110 | 1001001 | 0 | 100011 | 11110010 | 111010 | 101001 |
Color Harmonies of #312CA5
Complementary color
Monochromatic Colors of #312CA5
Black with #312CA5
Text Example
Text Example
White with #312CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312CA5; }
p { color: rgb(49,44,165); }
H1.HeaderClassName
{
color: #312CA5;
}
.AnyTagClassName
{
color: #312CA5;
}
</style>
background-color css
<style>
a { background-color: #312CA5; }
a { background-color: rgb(49,44,165); }
div.DivClassName
{
background-color: #312CA5;
}
.BgClassName
{
background-color: #312CA5;
}
</style>
border-color css
<style>
span { border-color: #312CA5; }
span { border-color: rgb(49,44,165); }
td.TdClassName
{
border-color: #312CA5;
}
.TagClassName
{
border-color: #312CA5;
}
</style>