Shades of Persian Blue #3129BA
Tints of Persian Blue #3129BA
RGB
CMYK
RGB Variations
Color information
#3129BA (or 0x3129BA) is known color: Persian Blue. HEX triplet: 31, 29 and BA. RGB value is (49,41,186). Sum of RGB (Red+Green+Blue) = 49+41+186=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #3129BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3129BA is #CED645. Grayscale: #3B3B3B. Windows color (decimal): -13555270 or 12200241. OLE color: 12200241.
HSL color Cylindrical-coordinate representation of color #3129BA: hue angle of 243.31º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3129BA is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 41 | 186 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.27 |
| HSL | 243.31º | 0.64% | 0.45% | - |
| HSV(B) | 243.31º | 0.78% | 0.73% | - |
| XYZ | 10.92 | 5.78 | 47 | - |
| YUV | 59.92 | 199.15 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 186 | 0.74 | 0.78 | 0 | 0.27 | 243.31 | 0.64 | 0.45 |
| Hex | 31 | 29 | BA | 4A | 4E | 0 | 1B | F3 | 40 | 2D |
| Octal | 61 | 51 | 272 | 112 | 116 | 0 | 33 | 363 | 100 | 55 |
| Binary | 110001 | 101001 | 10111010 | 1001010 | 1001110 | 0 | 11011 | 11110011 | 1000000 | 101101 |
Color Harmonies of #3129BA
Complementary color
Monochromatic Colors of #3129BA
Black with #3129BA
Text Example
Text Example
White with #3129BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3129BA; }
p { color: rgb(49,41,186); }
H1.HeaderClassName
{
color: #3129BA;
}
.AnyTagClassName
{
color: #3129BA;
}
</style>
background-color css
<style>
a { background-color: #3129BA; }
a { background-color: rgb(49,41,186); }
div.DivClassName
{
background-color: #3129BA;
}
.BgClassName
{
background-color: #3129BA;
}
</style>
border-color css
<style>
span { border-color: #3129BA; }
span { border-color: rgb(49,41,186); }
td.TdClassName
{
border-color: #3129BA;
}
.TagClassName
{
border-color: #3129BA;
}
</style>