Shades of Persian Blue #3110BD
Tints of Persian Blue #3110BD
RGB
CMYK
RGB Variations
Color information
#3110BD (or 0x3110BD) is known color: Persian Blue. HEX triplet: 31, 10 and BD. RGB value is (49,16,189). Sum of RGB (Red+Green+Blue) = 49+16+189=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 189 (74.22% from 255 or 74.41% from 254); Max value from RGB is 189 - color contains mainly: blue. Hex color #3110BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3110BD is #CEEF42. Grayscale: #2C2C2C. Windows color (decimal): -13561667 or 12390449. OLE color: 12390449.
HSL color Cylindrical-coordinate representation of color #3110BD: hue angle of 251.45º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3110BD is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 16 | 189 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.26 |
| HSL | 251.45º | 0.84% | 0.4% | - |
| HSV(B) | 251.45º | 0.92% | 0.74% | - |
| XYZ | 10.64 | 4.7 | 48.49 | - |
| YUV | 45.59 | 208.93 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 189 | 0.74 | 0.92 | 0 | 0.26 | 251.45 | 0.84 | 0.4 |
| Hex | 31 | 10 | BD | 4A | 5C | 0 | 1A | FB | 54 | 28 |
| Octal | 61 | 20 | 275 | 112 | 134 | 0 | 32 | 373 | 124 | 50 |
| Binary | 110001 | 10000 | 10111101 | 1001010 | 1011100 | 0 | 11010 | 11111011 | 1010100 | 101000 |
Color Harmonies of #3110BD
Complementary color
Monochromatic Colors of #3110BD
Black with #3110BD
Text Example
Text Example
White with #3110BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3110BD; }
p { color: rgb(49,16,189); }
H1.HeaderClassName
{
color: #3110BD;
}
.AnyTagClassName
{
color: #3110BD;
}
</style>
background-color css
<style>
a { background-color: #3110BD; }
a { background-color: rgb(49,16,189); }
div.DivClassName
{
background-color: #3110BD;
}
.BgClassName
{
background-color: #3110BD;
}
</style>
border-color css
<style>
span { border-color: #3110BD; }
span { border-color: rgb(49,16,189); }
td.TdClassName
{
border-color: #3110BD;
}
.TagClassName
{
border-color: #3110BD;
}
</style>