Shades of Persian Blue #313CAB
Tints of Persian Blue #313CAB
RGB
CMYK
RGB Variations
Color information
#313CAB (or 0x313CAB) is known color: Persian Blue. HEX triplet: 31, 3C and AB. RGB value is (49,60,171). Sum of RGB (Red+Green+Blue) = 49+60+171=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #313CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313CAB is #CEC354. Grayscale: #444444. Windows color (decimal): -13550421 or 11222065. OLE color: 11222065.
HSL color Cylindrical-coordinate representation of color #313CAB: hue angle of 234.59º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #313CAB is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 60 | 171 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.33 |
| HSL | 234.59º | 0.55% | 0.43% | - |
| HSV(B) | 234.59º | 0.71% | 0.67% | - |
| XYZ | 10.23 | 6.82 | 39.31 | - |
| YUV | 69.37 | 185.36 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 171 | 0.71 | 0.65 | 0 | 0.33 | 234.59 | 0.55 | 0.43 |
| Hex | 31 | 3C | AB | 47 | 41 | 0 | 21 | EB | 37 | 2B |
| Octal | 61 | 74 | 253 | 107 | 101 | 0 | 41 | 353 | 67 | 53 |
| Binary | 110001 | 111100 | 10101011 | 1000111 | 1000001 | 0 | 100001 | 11101011 | 110111 | 101011 |
Color Harmonies of #313CAB
Complementary color
Monochromatic Colors of #313CAB
Black with #313CAB
Text Example
Text Example
White with #313CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313CAB; }
p { color: rgb(49,60,171); }
H1.HeaderClassName
{
color: #313CAB;
}
.AnyTagClassName
{
color: #313CAB;
}
</style>
background-color css
<style>
a { background-color: #313CAB; }
a { background-color: rgb(49,60,171); }
div.DivClassName
{
background-color: #313CAB;
}
.BgClassName
{
background-color: #313CAB;
}
</style>
border-color css
<style>
span { border-color: #313CAB; }
span { border-color: rgb(49,60,171); }
td.TdClassName
{
border-color: #313CAB;
}
.TagClassName
{
border-color: #313CAB;
}
</style>