Shades of Persian Blue #3128BA
Tints of Persian Blue #3128BA
RGB
CMYK
RGB Variations
Color information
#3128BA (or 0x3128BA) is known color: Persian Blue. HEX triplet: 31, 28 and BA. RGB value is (49,40,186). Sum of RGB (Red+Green+Blue) = 49+40+186=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #3128BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3128BA is #CED745. Grayscale: #3A3A3A. Windows color (decimal): -13555526 or 12199985. OLE color: 12199985.
HSL color Cylindrical-coordinate representation of color #3128BA: hue angle of 243.7º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3128BA is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 40 | 186 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.27 |
| HSL | 243.7º | 0.65% | 0.44% | - |
| HSV(B) | 243.7º | 0.78% | 0.73% | - |
| XYZ | 10.89 | 5.72 | 46.98 | - |
| YUV | 59.34 | 199.48 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 186 | 0.74 | 0.78 | 0 | 0.27 | 243.7 | 0.65 | 0.44 |
| Hex | 31 | 28 | BA | 4A | 4E | 0 | 1B | F4 | 41 | 2C |
| Octal | 61 | 50 | 272 | 112 | 116 | 0 | 33 | 364 | 101 | 54 |
| Binary | 110001 | 101000 | 10111010 | 1001010 | 1001110 | 0 | 11011 | 11110100 | 1000001 | 101100 |
Color Harmonies of #3128BA
Complementary color
Monochromatic Colors of #3128BA
Black with #3128BA
Text Example
Text Example
White with #3128BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3128BA; }
p { color: rgb(49,40,186); }
H1.HeaderClassName
{
color: #3128BA;
}
.AnyTagClassName
{
color: #3128BA;
}
</style>
background-color css
<style>
a { background-color: #3128BA; }
a { background-color: rgb(49,40,186); }
div.DivClassName
{
background-color: #3128BA;
}
.BgClassName
{
background-color: #3128BA;
}
</style>
border-color css
<style>
span { border-color: #3128BA; }
span { border-color: rgb(49,40,186); }
td.TdClassName
{
border-color: #3128BA;
}
.TagClassName
{
border-color: #3128BA;
}
</style>