Shades of Persian Blue #2943AB
Tints of Persian Blue #2943AB
RGB
CMYK
RGB Variations
Color information
#2943AB (or 0x2943AB) is known color: Persian Blue. HEX triplet: 29, 43 and AB. RGB value is (41,67,171). Sum of RGB (Red+Green+Blue) = 41+67+171=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #2943AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2943AB is #D6BC54. Grayscale: #464646. Windows color (decimal): -14072917 or 11223849. OLE color: 11223849.
HSL color Cylindrical-coordinate representation of color #2943AB: hue angle of 228º degrees, saturation: 0.61, 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 #2943AB is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 67 | 171 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.33 |
| HSL | 228º | 0.61% | 0.42% | - |
| HSV(B) | 228º | 0.76% | 0.67% | - |
| XYZ | 10.27 | 7.43 | 39.42 | - |
| YUV | 71.08 | 184.39 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 171 | 0.76 | 0.61 | 0 | 0.33 | 228 | 0.61 | 0.42 |
| Hex | 29 | 43 | AB | 4C | 3D | 0 | 21 | E4 | 3D | 2A |
| Octal | 51 | 103 | 253 | 114 | 75 | 0 | 41 | 344 | 75 | 52 |
| Binary | 101001 | 1000011 | 10101011 | 1001100 | 111101 | 0 | 100001 | 11100100 | 111101 | 101010 |
Color Harmonies of #2943AB
Complementary color
Monochromatic Colors of #2943AB
Black with #2943AB
Text Example
Text Example
White with #2943AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2943AB; }
p { color: rgb(41,67,171); }
H1.HeaderClassName
{
color: #2943AB;
}
.AnyTagClassName
{
color: #2943AB;
}
</style>
background-color css
<style>
a { background-color: #2943AB; }
a { background-color: rgb(41,67,171); }
div.DivClassName
{
background-color: #2943AB;
}
.BgClassName
{
background-color: #2943AB;
}
</style>
border-color css
<style>
span { border-color: #2943AB; }
span { border-color: rgb(41,67,171); }
td.TdClassName
{
border-color: #2943AB;
}
.TagClassName
{
border-color: #2943AB;
}
</style>