Shades of Persian Blue #2940AC
Tints of Persian Blue #2940AC
RGB
CMYK
RGB Variations
Color information
#2940AC (or 0x2940AC) is known color: Persian Blue. HEX triplet: 29, 40 and AC. RGB value is (41,64,172). Sum of RGB (Red+Green+Blue) = 41+64+172=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #2940AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2940AC is #D6BF53. Grayscale: #444444. Windows color (decimal): -14073684 or 11288617. OLE color: 11288617.
HSL color Cylindrical-coordinate representation of color #2940AC: hue angle of 229.47º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2940AC is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 64 | 172 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.33 |
| HSL | 229.47º | 0.62% | 0.42% | - |
| HSV(B) | 229.47º | 0.76% | 0.67% | - |
| XYZ | 10.19 | 7.12 | 39.87 | - |
| YUV | 69.44 | 185.88 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 172 | 0.76 | 0.63 | 0 | 0.33 | 229.47 | 0.62 | 0.42 |
| Hex | 29 | 40 | AC | 4C | 3F | 0 | 21 | E5 | 3E | 2A |
| Octal | 51 | 100 | 254 | 114 | 77 | 0 | 41 | 345 | 76 | 52 |
| Binary | 101001 | 1000000 | 10101100 | 1001100 | 111111 | 0 | 100001 | 11100101 | 111110 | 101010 |
Color Harmonies of #2940AC
Complementary color
Monochromatic Colors of #2940AC
Black with #2940AC
Text Example
Text Example
White with #2940AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2940AC; }
p { color: rgb(41,64,172); }
H1.HeaderClassName
{
color: #2940AC;
}
.AnyTagClassName
{
color: #2940AC;
}
</style>
background-color css
<style>
a { background-color: #2940AC; }
a { background-color: rgb(41,64,172); }
div.DivClassName
{
background-color: #2940AC;
}
.BgClassName
{
background-color: #2940AC;
}
</style>
border-color css
<style>
span { border-color: #2940AC; }
span { border-color: rgb(41,64,172); }
td.TdClassName
{
border-color: #2940AC;
}
.TagClassName
{
border-color: #2940AC;
}
</style>