Shades of Persian Blue #311ABA
Tints of Persian Blue #311ABA
RGB
CMYK
RGB Variations
Color information
#311ABA (or 0x311ABA) is known color: Persian Blue. HEX triplet: 31, 1A and BA. RGB value is (49,26,186). Sum of RGB (Red+Green+Blue) = 49+26+186=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #311ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311ABA is #CEE545. Grayscale: #323232. Windows color (decimal): -13559110 or 12196401. OLE color: 12196401.
HSL color Cylindrical-coordinate representation of color #311ABA: hue angle of 248.63º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #311ABA is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 26 | 186 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.27 |
| HSL | 248.63º | 0.75% | 0.42% | - |
| HSV(B) | 248.63º | 0.86% | 0.73% | - |
| XYZ | 10.5 | 4.94 | 46.85 | - |
| YUV | 51.12 | 204.12 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 186 | 0.74 | 0.86 | 0 | 0.27 | 248.63 | 0.75 | 0.42 |
| Hex | 31 | 1A | BA | 4A | 56 | 0 | 1B | F9 | 4B | 2A |
| Octal | 61 | 32 | 272 | 112 | 126 | 0 | 33 | 371 | 113 | 52 |
| Binary | 110001 | 11010 | 10111010 | 1001010 | 1010110 | 0 | 11011 | 11111001 | 1001011 | 101010 |
Color Harmonies of #311ABA
Complementary color
Monochromatic Colors of #311ABA
Black with #311ABA
Text Example
Text Example
White with #311ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311ABA; }
p { color: rgb(49,26,186); }
H1.HeaderClassName
{
color: #311ABA;
}
.AnyTagClassName
{
color: #311ABA;
}
</style>
background-color css
<style>
a { background-color: #311ABA; }
a { background-color: rgb(49,26,186); }
div.DivClassName
{
background-color: #311ABA;
}
.BgClassName
{
background-color: #311ABA;
}
</style>
border-color css
<style>
span { border-color: #311ABA; }
span { border-color: rgb(49,26,186); }
td.TdClassName
{
border-color: #311ABA;
}
.TagClassName
{
border-color: #311ABA;
}
</style>