Shades of Persian Blue #311CBC
Tints of Persian Blue #311CBC
RGB
CMYK
RGB Variations
Color information
#311CBC (or 0x311CBC) is known color: Persian Blue. HEX triplet: 31, 1C and BC. RGB value is (49,28,188). Sum of RGB (Red+Green+Blue) = 49+28+188=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #311CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311CBC is #CEE343. Grayscale: #333333. Windows color (decimal): -13558596 or 12327985. OLE color: 12327985.
HSL color Cylindrical-coordinate representation of color #311CBC: hue angle of 247.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311CBC is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 28 | 188 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.26 |
| HSL | 247.88º | 0.74% | 0.42% | - |
| HSV(B) | 247.88º | 0.85% | 0.74% | - |
| XYZ | 10.76 | 5.11 | 48 | - |
| YUV | 52.52 | 204.46 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 188 | 0.74 | 0.85 | 0 | 0.26 | 247.88 | 0.74 | 0.42 |
| Hex | 31 | 1C | BC | 4A | 55 | 0 | 1A | F8 | 4A | 2A |
| Octal | 61 | 34 | 274 | 112 | 125 | 0 | 32 | 370 | 112 | 52 |
| Binary | 110001 | 11100 | 10111100 | 1001010 | 1010101 | 0 | 11010 | 11111000 | 1001010 | 101010 |
Color Harmonies of #311CBC
Complementary color
Monochromatic Colors of #311CBC
Black with #311CBC
Text Example
Text Example
White with #311CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311CBC; }
p { color: rgb(49,28,188); }
H1.HeaderClassName
{
color: #311CBC;
}
.AnyTagClassName
{
color: #311CBC;
}
</style>
background-color css
<style>
a { background-color: #311CBC; }
a { background-color: rgb(49,28,188); }
div.DivClassName
{
background-color: #311CBC;
}
.BgClassName
{
background-color: #311CBC;
}
</style>
border-color css
<style>
span { border-color: #311CBC; }
span { border-color: rgb(49,28,188); }
td.TdClassName
{
border-color: #311CBC;
}
.TagClassName
{
border-color: #311CBC;
}
</style>