Shades of Persian Blue #313ACB
Tints of Persian Blue #313ACB
RGB
CMYK
RGB Variations
Color information
#313ACB (or 0x313ACB) is known color: Persian Blue. HEX triplet: 31, 3A and CB. RGB value is (49,58,203). Sum of RGB (Red+Green+Blue) = 49+58+203=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #313ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ACB is #CEC534. Grayscale: #474747. Windows color (decimal): -13550901 or 13318705. OLE color: 13318705.
HSL color Cylindrical-coordinate representation of color #313ACB: hue angle of 236.49º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #313ACB is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 58 | 203 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.20 |
| HSL | 236.49º | 0.61% | 0.49% | - |
| HSV(B) | 236.49º | 0.76% | 0.8% | - |
| XYZ | 13.56 | 7.99 | 57.33 | - |
| YUV | 71.84 | 202.02 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 203 | 0.76 | 0.71 | 0 | 0.20 | 236.49 | 0.61 | 0.49 |
| Hex | 31 | 3A | CB | 4C | 47 | 0 | 14 | EC | 3D | 31 |
| Octal | 61 | 72 | 313 | 114 | 107 | 0 | 24 | 354 | 75 | 61 |
| Binary | 110001 | 111010 | 11001011 | 1001100 | 1000111 | 0 | 10100 | 11101100 | 111101 | 110001 |
Color Harmonies of #313ACB
Complementary color
Monochromatic Colors of #313ACB
Black with #313ACB
Text Example
Text Example
White with #313ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313ACB; }
p { color: rgb(49,58,203); }
H1.HeaderClassName
{
color: #313ACB;
}
.AnyTagClassName
{
color: #313ACB;
}
</style>
background-color css
<style>
a { background-color: #313ACB; }
a { background-color: rgb(49,58,203); }
div.DivClassName
{
background-color: #313ACB;
}
.BgClassName
{
background-color: #313ACB;
}
</style>
border-color css
<style>
span { border-color: #313ACB; }
span { border-color: rgb(49,58,203); }
td.TdClassName
{
border-color: #313ACB;
}
.TagClassName
{
border-color: #313ACB;
}
</style>