Shades of Persian Blue #313FAB
Tints of Persian Blue #313FAB
RGB
CMYK
RGB Variations
Color information
#313FAB (or 0x313FAB) is known color: Persian Blue. HEX triplet: 31, 3F and AB. RGB value is (49,63,171). Sum of RGB (Red+Green+Blue) = 49+63+171=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #313FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313FAB is #CEC054. Grayscale: #464646. Windows color (decimal): -13549653 or 11222833. OLE color: 11222833.
HSL color Cylindrical-coordinate representation of color #313FAB: hue angle of 233.11º 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 #313FAB is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 63 | 171 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.33 |
| HSL | 233.11º | 0.55% | 0.43% | - |
| HSV(B) | 233.11º | 0.71% | 0.67% | - |
| XYZ | 10.39 | 7.15 | 39.36 | - |
| YUV | 71.13 | 184.36 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 171 | 0.71 | 0.63 | 0 | 0.33 | 233.11 | 0.55 | 0.43 |
| Hex | 31 | 3F | AB | 47 | 3F | 0 | 21 | E9 | 37 | 2B |
| Octal | 61 | 77 | 253 | 107 | 77 | 0 | 41 | 351 | 67 | 53 |
| Binary | 110001 | 111111 | 10101011 | 1000111 | 111111 | 0 | 100001 | 11101001 | 110111 | 101011 |
Color Harmonies of #313FAB
Complementary color
Monochromatic Colors of #313FAB
Black with #313FAB
Text Example
Text Example
White with #313FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313FAB; }
p { color: rgb(49,63,171); }
H1.HeaderClassName
{
color: #313FAB;
}
.AnyTagClassName
{
color: #313FAB;
}
</style>
background-color css
<style>
a { background-color: #313FAB; }
a { background-color: rgb(49,63,171); }
div.DivClassName
{
background-color: #313FAB;
}
.BgClassName
{
background-color: #313FAB;
}
</style>
border-color css
<style>
span { border-color: #313FAB; }
span { border-color: rgb(49,63,171); }
td.TdClassName
{
border-color: #313FAB;
}
.TagClassName
{
border-color: #313FAB;
}
</style>