Shades of Persian Blue #2925BA
Tints of Persian Blue #2925BA
RGB
CMYK
RGB Variations
Color information
#2925BA (or 0x2925BA) is known color: Persian Blue. HEX triplet: 29, 25 and BA. RGB value is (41,37,186). Sum of RGB (Red+Green+Blue) = 41+37+186=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #2925BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2925BA is #D6DA45. Grayscale: #363636. Windows color (decimal): -14080582 or 12199209. OLE color: 12199209.
HSL color Cylindrical-coordinate representation of color #2925BA: hue angle of 241.61º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2925BA is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 37 | 186 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.27 |
| HSL | 241.61º | 0.67% | 0.44% | - |
| HSV(B) | 241.61º | 0.8% | 0.73% | - |
| XYZ | 10.44 | 5.34 | 46.93 | - |
| YUV | 55.18 | 201.83 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 37 | 186 | 0.78 | 0.80 | 0 | 0.27 | 241.61 | 0.67 | 0.44 |
| Hex | 29 | 25 | BA | 4E | 50 | 0 | 1B | F2 | 43 | 2C |
| Octal | 51 | 45 | 272 | 116 | 120 | 0 | 33 | 362 | 103 | 54 |
| Binary | 101001 | 100101 | 10111010 | 1001110 | 1010000 | 0 | 11011 | 11110010 | 1000011 | 101100 |
Color Harmonies of #2925BA
Complementary color
Monochromatic Colors of #2925BA
Black with #2925BA
Text Example
Text Example
White with #2925BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2925BA; }
p { color: rgb(41,37,186); }
H1.HeaderClassName
{
color: #2925BA;
}
.AnyTagClassName
{
color: #2925BA;
}
</style>
background-color css
<style>
a { background-color: #2925BA; }
a { background-color: rgb(41,37,186); }
div.DivClassName
{
background-color: #2925BA;
}
.BgClassName
{
background-color: #2925BA;
}
</style>
border-color css
<style>
span { border-color: #2925BA; }
span { border-color: rgb(41,37,186); }
td.TdClassName
{
border-color: #2925BA;
}
.TagClassName
{
border-color: #2925BA;
}
</style>