Shades of Persian Blue #3113BE
Tints of Persian Blue #3113BE
RGB
CMYK
RGB Variations
Color information
#3113BE (or 0x3113BE) is known color: Persian Blue. HEX triplet: 31, 13 and BE. RGB value is (49,19,190). Sum of RGB (Red+Green+Blue) = 49+19+190=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 190 (74.61% from 255 or 73.64% from 258); Max value from RGB is 190 - color contains mainly: blue. Hex color #3113BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3113BE is #CEEC41. Grayscale: #2E2E2E. Windows color (decimal): -13560898 or 12456753. OLE color: 12456753.
HSL color Cylindrical-coordinate representation of color #3113BE: hue angle of 250.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3113BE is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 19 | 190 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.25 |
| HSL | 250.53º | 0.82% | 0.41% | - |
| HSV(B) | 250.53º | 0.9% | 0.75% | - |
| XYZ | 10.79 | 4.84 | 49.08 | - |
| YUV | 47.46 | 208.44 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 190 | 0.74 | 0.90 | 0 | 0.25 | 250.53 | 0.82 | 0.41 |
| Hex | 31 | 13 | BE | 4A | 5A | 0 | 19 | FB | 52 | 29 |
| Octal | 61 | 23 | 276 | 112 | 132 | 0 | 31 | 373 | 122 | 51 |
| Binary | 110001 | 10011 | 10111110 | 1001010 | 1011010 | 0 | 11001 | 11111011 | 1010010 | 101001 |
Color Harmonies of #3113BE
Complementary color
Monochromatic Colors of #3113BE
Black with #3113BE
Text Example
Text Example
White with #3113BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3113BE; }
p { color: rgb(49,19,190); }
H1.HeaderClassName
{
color: #3113BE;
}
.AnyTagClassName
{
color: #3113BE;
}
</style>
background-color css
<style>
a { background-color: #3113BE; }
a { background-color: rgb(49,19,190); }
div.DivClassName
{
background-color: #3113BE;
}
.BgClassName
{
background-color: #3113BE;
}
</style>
border-color css
<style>
span { border-color: #3113BE; }
span { border-color: rgb(49,19,190); }
td.TdClassName
{
border-color: #3113BE;
}
.TagClassName
{
border-color: #3113BE;
}
</style>