Shades of Persian Blue #2929BA
Tints of Persian Blue #2929BA
RGB
CMYK
RGB Variations
Color information
#2929BA (or 0x2929BA) is known color: Persian Blue. HEX triplet: 29, 29 and BA. RGB value is (41,41,186). Sum of RGB (Red+Green+Blue) = 41+41+186=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #2929BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2929BA is #D6D645. Grayscale: #383838. Windows color (decimal): -14079558 or 12200233. OLE color: 12200233.
HSL color Cylindrical-coordinate representation of color #2929BA: hue angle of 240º 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 #2929BA is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 41 | 186 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.27 |
| HSL | 240º | 0.64% | 0.45% | - |
| HSV(B) | 240º | 0.78% | 0.73% | - |
| XYZ | 10.57 | 5.6 | 46.98 | - |
| YUV | 57.53 | 200.5 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 41 | 186 | 0.78 | 0.78 | 0 | 0.27 | 240 | 0.64 | 0.45 |
| Hex | 29 | 29 | BA | 4E | 4E | 0 | 1B | F0 | 40 | 2D |
| Octal | 51 | 51 | 272 | 116 | 116 | 0 | 33 | 360 | 100 | 55 |
| Binary | 101001 | 101001 | 10111010 | 1001110 | 1001110 | 0 | 11011 | 11110000 | 1000000 | 101101 |
Color Harmonies of #2929BA
Complementary color
Monochromatic Colors of #2929BA
Black with #2929BA
Text Example
Text Example
White with #2929BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2929BA; }
p { color: rgb(41,41,186); }
H1.HeaderClassName
{
color: #2929BA;
}
.AnyTagClassName
{
color: #2929BA;
}
</style>
background-color css
<style>
a { background-color: #2929BA; }
a { background-color: rgb(41,41,186); }
div.DivClassName
{
background-color: #2929BA;
}
.BgClassName
{
background-color: #2929BA;
}
</style>
border-color css
<style>
span { border-color: #2929BA; }
span { border-color: rgb(41,41,186); }
td.TdClassName
{
border-color: #2929BA;
}
.TagClassName
{
border-color: #2929BA;
}
</style>