Shades of Persian Blue #2931BF
Tints of Persian Blue #2931BF
RGB
CMYK
RGB Variations
Color information
#2931BF (or 0x2931BF) is known color: Persian Blue. HEX triplet: 29, 31 and BF. RGB value is (41,49,191). Sum of RGB (Red+Green+Blue) = 41+49+191=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #2931BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2931BF is #D6CE40. Grayscale: #3E3E3E. Windows color (decimal): -14077505 or 12529961. OLE color: 12529961.
HSL color Cylindrical-coordinate representation of color #2931BF: hue angle of 236.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2931BF is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 49 | 191 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.25 |
| HSL | 236.8º | 0.65% | 0.45% | - |
| HSV(B) | 236.8º | 0.79% | 0.75% | - |
| XYZ | 11.42 | 6.43 | 49.93 | - |
| YUV | 62.8 | 200.35 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 191 | 0.79 | 0.74 | 0 | 0.25 | 236.8 | 0.65 | 0.45 |
| Hex | 29 | 31 | BF | 4F | 4A | 0 | 19 | ED | 41 | 2D |
| Octal | 51 | 61 | 277 | 117 | 112 | 0 | 31 | 355 | 101 | 55 |
| Binary | 101001 | 110001 | 10111111 | 1001111 | 1001010 | 0 | 11001 | 11101101 | 1000001 | 101101 |
Color Harmonies of #2931BF
Complementary color
Monochromatic Colors of #2931BF
Black with #2931BF
Text Example
Text Example
White with #2931BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2931BF; }
p { color: rgb(41,49,191); }
H1.HeaderClassName
{
color: #2931BF;
}
.AnyTagClassName
{
color: #2931BF;
}
</style>
background-color css
<style>
a { background-color: #2931BF; }
a { background-color: rgb(41,49,191); }
div.DivClassName
{
background-color: #2931BF;
}
.BgClassName
{
background-color: #2931BF;
}
</style>
border-color css
<style>
span { border-color: #2931BF; }
span { border-color: rgb(41,49,191); }
td.TdClassName
{
border-color: #2931BF;
}
.TagClassName
{
border-color: #2931BF;
}
</style>