Shades of Persian Blue #312CBA
Tints of Persian Blue #312CBA
RGB
CMYK
RGB Variations
Color information
#312CBA (or 0x312CBA) is known color: Persian Blue. HEX triplet: 31, 2C and BA. RGB value is (49,44,186). Sum of RGB (Red+Green+Blue) = 49+44+186=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #312CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CBA is #CED345. Grayscale: #3D3D3D. Windows color (decimal): -13554502 or 12201009. OLE color: 12201009.
HSL color Cylindrical-coordinate representation of color #312CBA: hue angle of 242.11º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #312CBA is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 44 | 186 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.27 |
| HSL | 242.11º | 0.62% | 0.45% | - |
| HSV(B) | 242.11º | 0.76% | 0.73% | - |
| XYZ | 11.03 | 6 | 47.03 | - |
| YUV | 61.68 | 198.16 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 186 | 0.74 | 0.76 | 0 | 0.27 | 242.11 | 0.62 | 0.45 |
| Hex | 31 | 2C | BA | 4A | 4C | 0 | 1B | F2 | 3E | 2D |
| Octal | 61 | 54 | 272 | 112 | 114 | 0 | 33 | 362 | 76 | 55 |
| Binary | 110001 | 101100 | 10111010 | 1001010 | 1001100 | 0 | 11011 | 11110010 | 111110 | 101101 |
Color Harmonies of #312CBA
Complementary color
Monochromatic Colors of #312CBA
Black with #312CBA
Text Example
Text Example
White with #312CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312CBA; }
p { color: rgb(49,44,186); }
H1.HeaderClassName
{
color: #312CBA;
}
.AnyTagClassName
{
color: #312CBA;
}
</style>
background-color css
<style>
a { background-color: #312CBA; }
a { background-color: rgb(49,44,186); }
div.DivClassName
{
background-color: #312CBA;
}
.BgClassName
{
background-color: #312CBA;
}
</style>
border-color css
<style>
span { border-color: #312CBA; }
span { border-color: rgb(49,44,186); }
td.TdClassName
{
border-color: #312CBA;
}
.TagClassName
{
border-color: #312CBA;
}
</style>