Shades of Persian Blue #2941B0
Tints of Persian Blue #2941B0
RGB
CMYK
RGB Variations
Color information
#2941B0 (or 0x2941B0) is known color: Persian Blue. HEX triplet: 29, 41 and B0. RGB value is (41,65,176). Sum of RGB (Red+Green+Blue) = 41+65+176=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 176 (69.14% from 255 or 62.41% from 282); Max value from RGB is 176 - color contains mainly: blue. Hex color #2941B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2941B0 is #D6BE4F. Grayscale: #464646. Windows color (decimal): -14073424 or 11551017. OLE color: 11551017.
HSL color Cylindrical-coordinate representation of color #2941B0: hue angle of 229.33º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2941B0 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 65 | 176 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.31 |
| HSL | 229.33º | 0.62% | 0.43% | - |
| HSV(B) | 229.33º | 0.77% | 0.69% | - |
| XYZ | 10.64 | 7.39 | 41.94 | - |
| YUV | 70.48 | 187.55 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 176 | 0.77 | 0.63 | 0 | 0.31 | 229.33 | 0.62 | 0.43 |
| Hex | 29 | 41 | B0 | 4D | 3F | 0 | 1F | E5 | 3E | 2B |
| Octal | 51 | 101 | 260 | 115 | 77 | 0 | 37 | 345 | 76 | 53 |
| Binary | 101001 | 1000001 | 10110000 | 1001101 | 111111 | 0 | 11111 | 11100101 | 111110 | 101011 |
Color Harmonies of #2941B0
Complementary color
Monochromatic Colors of #2941B0
Black with #2941B0
Text Example
Text Example
White with #2941B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2941B0; }
p { color: rgb(41,65,176); }
H1.HeaderClassName
{
color: #2941B0;
}
.AnyTagClassName
{
color: #2941B0;
}
</style>
background-color css
<style>
a { background-color: #2941B0; }
a { background-color: rgb(41,65,176); }
div.DivClassName
{
background-color: #2941B0;
}
.BgClassName
{
background-color: #2941B0;
}
</style>
border-color css
<style>
span { border-color: #2941B0; }
span { border-color: rgb(41,65,176); }
td.TdClassName
{
border-color: #2941B0;
}
.TagClassName
{
border-color: #2941B0;
}
</style>