Shades of Persian Blue #3129BC
Tints of Persian Blue #3129BC
RGB
CMYK
RGB Variations
Color information
#3129BC (or 0x3129BC) is known color: Persian Blue. HEX triplet: 31, 29 and BC. RGB value is (49,41,188). Sum of RGB (Red+Green+Blue) = 49+41+188=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #3129BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3129BC is #CED643. Grayscale: #3B3B3B. Windows color (decimal): -13555268 or 12331313. OLE color: 12331313.
HSL color Cylindrical-coordinate representation of color #3129BC: hue angle of 243.27º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3129BC is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 41 | 188 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.26 |
| HSL | 243.27º | 0.64% | 0.45% | - |
| HSV(B) | 243.27º | 0.78% | 0.74% | - |
| XYZ | 11.14 | 5.87 | 48.12 | - |
| YUV | 60.15 | 200.15 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 188 | 0.74 | 0.78 | 0 | 0.26 | 243.27 | 0.64 | 0.45 |
| Hex | 31 | 29 | BC | 4A | 4E | 0 | 1A | F3 | 40 | 2D |
| Octal | 61 | 51 | 274 | 112 | 116 | 0 | 32 | 363 | 100 | 55 |
| Binary | 110001 | 101001 | 10111100 | 1001010 | 1001110 | 0 | 11010 | 11110011 | 1000000 | 101101 |
Color Harmonies of #3129BC
Complementary color
Monochromatic Colors of #3129BC
Black with #3129BC
Text Example
Text Example
White with #3129BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3129BC; }
p { color: rgb(49,41,188); }
H1.HeaderClassName
{
color: #3129BC;
}
.AnyTagClassName
{
color: #3129BC;
}
</style>
background-color css
<style>
a { background-color: #3129BC; }
a { background-color: rgb(49,41,188); }
div.DivClassName
{
background-color: #3129BC;
}
.BgClassName
{
background-color: #3129BC;
}
</style>
border-color css
<style>
span { border-color: #3129BC; }
span { border-color: rgb(49,41,188); }
td.TdClassName
{
border-color: #3129BC;
}
.TagClassName
{
border-color: #3129BC;
}
</style>