Shades of Persian Blue #313ABA
Tints of Persian Blue #313ABA
RGB
CMYK
RGB Variations
Color information
#313ABA (or 0x313ABA) is known color: Persian Blue. HEX triplet: 31, 3A and BA. RGB value is (49,58,186). Sum of RGB (Red+Green+Blue) = 49+58+186=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #313ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ABA is #CEC545. Grayscale: #454545. Windows color (decimal): -13550918 or 12204593. OLE color: 12204593.
HSL color Cylindrical-coordinate representation of color #313ABA: hue angle of 236.06º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #313ABA is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 58 | 186 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.27 |
| HSL | 236.06º | 0.58% | 0.46% | - |
| HSV(B) | 236.06º | 0.74% | 0.73% | - |
| XYZ | 11.64 | 7.22 | 47.24 | - |
| YUV | 69.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 186 | 0.74 | 0.69 | 0 | 0.27 | 236.06 | 0.58 | 0.46 |
| Hex | 31 | 3A | BA | 4A | 45 | 0 | 1B | EC | 3A | 2E |
| Octal | 61 | 72 | 272 | 112 | 105 | 0 | 33 | 354 | 72 | 56 |
| Binary | 110001 | 111010 | 10111010 | 1001010 | 1000101 | 0 | 11011 | 11101100 | 111010 | 101110 |
Color Harmonies of #313ABA
Complementary color
Monochromatic Colors of #313ABA
Black with #313ABA
Text Example
Text Example
White with #313ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313ABA; }
p { color: rgb(49,58,186); }
H1.HeaderClassName
{
color: #313ABA;
}
.AnyTagClassName
{
color: #313ABA;
}
</style>
background-color css
<style>
a { background-color: #313ABA; }
a { background-color: rgb(49,58,186); }
div.DivClassName
{
background-color: #313ABA;
}
.BgClassName
{
background-color: #313ABA;
}
</style>
border-color css
<style>
span { border-color: #313ABA; }
span { border-color: rgb(49,58,186); }
td.TdClassName
{
border-color: #313ABA;
}
.TagClassName
{
border-color: #313ABA;
}
</style>