Shades of Persian Blue #2845A9
Tints of Persian Blue #2845A9
RGB
CMYK
RGB Variations
Color information
#2845A9 (or 0x2845A9) is known color: Persian Blue. HEX triplet: 28, 45 and A9. RGB value is (40,69,169). Sum of RGB (Red+Green+Blue) = 40+69+169=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 169 (66.41% from 255 or 60.79% from 278); Max value from RGB is 169 - color contains mainly: blue. Hex color #2845A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2845A9 is #D7BA56. Grayscale: #474747. Windows color (decimal): -14137943 or 11093288. OLE color: 11093288.
HSL color Cylindrical-coordinate representation of color #2845A9: hue angle of 226.51º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2845A9 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 69 | 169 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.34 |
| HSL | 226.51º | 0.62% | 0.41% | - |
| HSV(B) | 226.51º | 0.76% | 0.66% | - |
| XYZ | 10.16 | 7.57 | 38.46 | - |
| YUV | 71.73 | 182.89 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 169 | 0.76 | 0.59 | 0 | 0.34 | 226.51 | 0.62 | 0.41 |
| Hex | 28 | 45 | A9 | 4C | 3B | 0 | 22 | E3 | 3E | 29 |
| Octal | 50 | 105 | 251 | 114 | 73 | 0 | 42 | 343 | 76 | 51 |
| Binary | 101000 | 1000101 | 10101001 | 1001100 | 111011 | 0 | 100010 | 11100011 | 111110 | 101001 |
Color Harmonies of #2845A9
Complementary color
Monochromatic Colors of #2845A9
Black with #2845A9
Text Example
Text Example
White with #2845A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2845A9; }
p { color: rgb(40,69,169); }
H1.HeaderClassName
{
color: #2845A9;
}
.AnyTagClassName
{
color: #2845A9;
}
</style>
background-color css
<style>
a { background-color: #2845A9; }
a { background-color: rgb(40,69,169); }
div.DivClassName
{
background-color: #2845A9;
}
.BgClassName
{
background-color: #2845A9;
}
</style>
border-color css
<style>
span { border-color: #2845A9; }
span { border-color: rgb(40,69,169); }
td.TdClassName
{
border-color: #2845A9;
}
.TagClassName
{
border-color: #2845A9;
}
</style>