Shades of Persian Blue #3113BD
Tints of Persian Blue #3113BD
RGB
CMYK
RGB Variations
Color information
#3113BD (or 0x3113BD) is known color: Persian Blue. HEX triplet: 31, 13 and BD. RGB value is (49,19,189). Sum of RGB (Red+Green+Blue) = 49+19+189=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 189 (74.22% from 255 or 73.54% from 257); Max value from RGB is 189 - color contains mainly: blue. Hex color #3113BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3113BD is #CEEC42. Grayscale: #2E2E2E. Windows color (decimal): -13560899 or 12391217. OLE color: 12391217.
HSL color Cylindrical-coordinate representation of color #3113BD: hue angle of 250.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3113BD is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 19 | 189 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.26 |
| HSL | 250.59º | 0.82% | 0.41% | - |
| HSV(B) | 250.59º | 0.9% | 0.74% | - |
| XYZ | 10.68 | 4.79 | 48.51 | - |
| YUV | 47.35 | 207.94 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 189 | 0.74 | 0.90 | 0 | 0.26 | 250.59 | 0.82 | 0.41 |
| Hex | 31 | 13 | BD | 4A | 5A | 0 | 1A | FB | 52 | 29 |
| Octal | 61 | 23 | 275 | 112 | 132 | 0 | 32 | 373 | 122 | 51 |
| Binary | 110001 | 10011 | 10111101 | 1001010 | 1011010 | 0 | 11010 | 11111011 | 1010010 | 101001 |
Color Harmonies of #3113BD
Complementary color
Monochromatic Colors of #3113BD
Black with #3113BD
Text Example
Text Example
White with #3113BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3113BD; }
p { color: rgb(49,19,189); }
H1.HeaderClassName
{
color: #3113BD;
}
.AnyTagClassName
{
color: #3113BD;
}
</style>
background-color css
<style>
a { background-color: #3113BD; }
a { background-color: rgb(49,19,189); }
div.DivClassName
{
background-color: #3113BD;
}
.BgClassName
{
background-color: #3113BD;
}
</style>
border-color css
<style>
span { border-color: #3113BD; }
span { border-color: rgb(49,19,189); }
td.TdClassName
{
border-color: #3113BD;
}
.TagClassName
{
border-color: #3113BD;
}
</style>