Shades of Persian Blue #311DB3
Tints of Persian Blue #311DB3
RGB
CMYK
RGB Variations
Color information
#311DB3 (or 0x311DB3) is known color: Persian Blue. HEX triplet: 31, 1D and B3. RGB value is (49,29,179). Sum of RGB (Red+Green+Blue) = 49+29+179=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 179 (70.31% from 255 or 69.65% from 257); Max value from RGB is 179 - color contains mainly: blue. Hex color #311DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311DB3 is #CEE24C. Grayscale: #333333. Windows color (decimal): -13558349 or 11738417. OLE color: 11738417.
HSL color Cylindrical-coordinate representation of color #311DB3: hue angle of 248º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311DB3 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 29 | 179 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.30 |
| HSL | 248º | 0.72% | 0.41% | - |
| HSV(B) | 248º | 0.84% | 0.7% | - |
| XYZ | 9.84 | 4.79 | 43.05 | - |
| YUV | 52.08 | 199.63 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 179 | 0.73 | 0.84 | 0 | 0.30 | 248 | 0.72 | 0.41 |
| Hex | 31 | 1D | B3 | 49 | 54 | 0 | 1E | F8 | 48 | 29 |
| Octal | 61 | 35 | 263 | 111 | 124 | 0 | 36 | 370 | 110 | 51 |
| Binary | 110001 | 11101 | 10110011 | 1001001 | 1010100 | 0 | 11110 | 11111000 | 1001000 | 101001 |
Color Harmonies of #311DB3
Complementary color
Monochromatic Colors of #311DB3
Black with #311DB3
Text Example
Text Example
White with #311DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311DB3; }
p { color: rgb(49,29,179); }
H1.HeaderClassName
{
color: #311DB3;
}
.AnyTagClassName
{
color: #311DB3;
}
</style>
background-color css
<style>
a { background-color: #311DB3; }
a { background-color: rgb(49,29,179); }
div.DivClassName
{
background-color: #311DB3;
}
.BgClassName
{
background-color: #311DB3;
}
</style>
border-color css
<style>
span { border-color: #311DB3; }
span { border-color: rgb(49,29,179); }
td.TdClassName
{
border-color: #311DB3;
}
.TagClassName
{
border-color: #311DB3;
}
</style>