Shades of Persian Blue #2926BA
Tints of Persian Blue #2926BA
RGB
CMYK
RGB Variations
Color information
#2926BA (or 0x2926BA) is known color: Persian Blue. HEX triplet: 29, 26 and BA. RGB value is (41,38,186). Sum of RGB (Red+Green+Blue) = 41+38+186=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #2926BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2926BA is #D6D945. Grayscale: #373737. Windows color (decimal): -14080326 or 12199465. OLE color: 12199465.
HSL color Cylindrical-coordinate representation of color #2926BA: hue angle of 241.22º degrees, saturation: 0.66, 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 #2926BA is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 38 | 186 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.27 |
| HSL | 241.22º | 0.66% | 0.44% | - |
| HSV(B) | 241.22º | 0.8% | 0.73% | - |
| XYZ | 10.47 | 5.4 | 46.95 | - |
| YUV | 55.77 | 201.49 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 38 | 186 | 0.78 | 0.80 | 0 | 0.27 | 241.22 | 0.66 | 0.44 |
| Hex | 29 | 26 | BA | 4E | 50 | 0 | 1B | F1 | 42 | 2C |
| Octal | 51 | 46 | 272 | 116 | 120 | 0 | 33 | 361 | 102 | 54 |
| Binary | 101001 | 100110 | 10111010 | 1001110 | 1010000 | 0 | 11011 | 11110001 | 1000010 | 101100 |
Color Harmonies of #2926BA
Complementary color
Monochromatic Colors of #2926BA
Black with #2926BA
Text Example
Text Example
White with #2926BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2926BA; }
p { color: rgb(41,38,186); }
H1.HeaderClassName
{
color: #2926BA;
}
.AnyTagClassName
{
color: #2926BA;
}
</style>
background-color css
<style>
a { background-color: #2926BA; }
a { background-color: rgb(41,38,186); }
div.DivClassName
{
background-color: #2926BA;
}
.BgClassName
{
background-color: #2926BA;
}
</style>
border-color css
<style>
span { border-color: #2926BA; }
span { border-color: rgb(41,38,186); }
td.TdClassName
{
border-color: #2926BA;
}
.TagClassName
{
border-color: #2926BA;
}
</style>