Shades of Persian Blue #3111BD
Tints of Persian Blue #3111BD
RGB
CMYK
RGB Variations
Color information
#3111BD (or 0x3111BD) is known color: Persian Blue. HEX triplet: 31, 11 and BD. RGB value is (49,17,189). Sum of RGB (Red+Green+Blue) = 49+17+189=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #3111BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3111BD is #CEEE42. Grayscale: #2D2D2D. Windows color (decimal): -13561411 or 12390705. OLE color: 12390705.
HSL color Cylindrical-coordinate representation of color #3111BD: hue angle of 251.16º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3111BD is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 17 | 189 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.26 |
| HSL | 251.16º | 0.83% | 0.4% | - |
| HSV(B) | 251.16º | 0.91% | 0.74% | - |
| XYZ | 10.65 | 4.73 | 48.5 | - |
| YUV | 46.18 | 208.6 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 189 | 0.74 | 0.91 | 0 | 0.26 | 251.16 | 0.83 | 0.4 |
| Hex | 31 | 11 | BD | 4A | 5B | 0 | 1A | FB | 53 | 28 |
| Octal | 61 | 21 | 275 | 112 | 133 | 0 | 32 | 373 | 123 | 50 |
| Binary | 110001 | 10001 | 10111101 | 1001010 | 1011011 | 0 | 11010 | 11111011 | 1010011 | 101000 |
Color Harmonies of #3111BD
Complementary color
Monochromatic Colors of #3111BD
Black with #3111BD
Text Example
Text Example
White with #3111BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3111BD; }
p { color: rgb(49,17,189); }
H1.HeaderClassName
{
color: #3111BD;
}
.AnyTagClassName
{
color: #3111BD;
}
</style>
background-color css
<style>
a { background-color: #3111BD; }
a { background-color: rgb(49,17,189); }
div.DivClassName
{
background-color: #3111BD;
}
.BgClassName
{
background-color: #3111BD;
}
</style>
border-color css
<style>
span { border-color: #3111BD; }
span { border-color: rgb(49,17,189); }
td.TdClassName
{
border-color: #3111BD;
}
.TagClassName
{
border-color: #3111BD;
}
</style>