Shades of Persian Blue #2F29AB
Tints of Persian Blue #2F29AB
RGB
CMYK
RGB Variations
Color information
#2F29AB (or 0x2F29AB) is known color: Persian Blue. HEX triplet: 2F, 29 and AB. RGB value is (47,41,171). Sum of RGB (Red+Green+Blue) = 47+41+171=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F29AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F29AB is #D0D654. Grayscale: #393939. Windows color (decimal): -13686357 or 11217199. OLE color: 11217199.
HSL color Cylindrical-coordinate representation of color #2F29AB: hue angle of 242.77º 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 #2F29AB is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 41 | 171 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.33 |
| HSL | 242.77º | 0.61% | 0.42% | - |
| HSV(B) | 242.77º | 0.76% | 0.67% | - |
| XYZ | 9.32 | 5.13 | 39.03 | - |
| YUV | 57.61 | 191.99 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 171 | 0.73 | 0.76 | 0 | 0.33 | 242.77 | 0.61 | 0.42 |
| Hex | 2F | 29 | AB | 49 | 4C | 0 | 21 | F3 | 3D | 2A |
| Octal | 57 | 51 | 253 | 111 | 114 | 0 | 41 | 363 | 75 | 52 |
| Binary | 101111 | 101001 | 10101011 | 1001001 | 1001100 | 0 | 100001 | 11110011 | 111101 | 101010 |
Color Harmonies of #2F29AB
Complementary color
Monochromatic Colors of #2F29AB
Black with #2F29AB
Text Example
Text Example
White with #2F29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F29AB; }
p { color: rgb(47,41,171); }
H1.HeaderClassName
{
color: #2F29AB;
}
.AnyTagClassName
{
color: #2F29AB;
}
</style>
background-color css
<style>
a { background-color: #2F29AB; }
a { background-color: rgb(47,41,171); }
div.DivClassName
{
background-color: #2F29AB;
}
.BgClassName
{
background-color: #2F29AB;
}
</style>
border-color css
<style>
span { border-color: #2F29AB; }
span { border-color: rgb(47,41,171); }
td.TdClassName
{
border-color: #2F29AB;
}
.TagClassName
{
border-color: #2F29AB;
}
</style>