Shades of Persian Blue #2925B4
Tints of Persian Blue #2925B4
RGB
CMYK
RGB Variations
Color information
#2925B4 (or 0x2925B4) is known color: Persian Blue. HEX triplet: 29, 25 and B4. RGB value is (41,37,180). Sum of RGB (Red+Green+Blue) = 41+37+180=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 180 (70.70% from 255 or 69.77% from 258); Max value from RGB is 180 - color contains mainly: blue. Hex color #2925B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2925B4 is #D6DA4B. Grayscale: #353535. Windows color (decimal): -14080588 or 11805993. OLE color: 11805993.
HSL color Cylindrical-coordinate representation of color #2925B4: hue angle of 241.68º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2925B4 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 37 | 180 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.29 |
| HSL | 241.68º | 0.66% | 0.43% | - |
| HSV(B) | 241.68º | 0.79% | 0.71% | - |
| XYZ | 9.81 | 5.09 | 43.65 | - |
| YUV | 54.5 | 198.83 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 37 | 180 | 0.77 | 0.79 | 0 | 0.29 | 241.68 | 0.66 | 0.43 |
| Hex | 29 | 25 | B4 | 4D | 4F | 0 | 1D | F2 | 42 | 2B |
| Octal | 51 | 45 | 264 | 115 | 117 | 0 | 35 | 362 | 102 | 53 |
| Binary | 101001 | 100101 | 10110100 | 1001101 | 1001111 | 0 | 11101 | 11110010 | 1000010 | 101011 |
Color Harmonies of #2925B4
Complementary color
Monochromatic Colors of #2925B4
Black with #2925B4
Text Example
Text Example
White with #2925B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2925B4; }
p { color: rgb(41,37,180); }
H1.HeaderClassName
{
color: #2925B4;
}
.AnyTagClassName
{
color: #2925B4;
}
</style>
background-color css
<style>
a { background-color: #2925B4; }
a { background-color: rgb(41,37,180); }
div.DivClassName
{
background-color: #2925B4;
}
.BgClassName
{
background-color: #2925B4;
}
</style>
border-color css
<style>
span { border-color: #2925B4; }
span { border-color: rgb(41,37,180); }
td.TdClassName
{
border-color: #2925B4;
}
.TagClassName
{
border-color: #2925B4;
}
</style>