Shades of Persian Blue #2F2BAB
Tints of Persian Blue #2F2BAB
RGB
CMYK
RGB Variations
Color information
#2F2BAB (or 0x2F2BAB) is known color: Persian Blue. HEX triplet: 2F, 2B and AB. RGB value is (47,43,171). Sum of RGB (Red+Green+Blue) = 47+43+171=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F2BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2BAB is #D0D454. Grayscale: #3A3A3A. Windows color (decimal): -13685845 or 11217711. OLE color: 11217711.
HSL color Cylindrical-coordinate representation of color #2F2BAB: hue angle of 241.88º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F2BAB is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 43 | 171 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.33 |
| HSL | 241.88º | 0.6% | 0.42% | - |
| HSV(B) | 241.88º | 0.75% | 0.67% | - |
| XYZ | 9.39 | 5.27 | 39.05 | - |
| YUV | 58.79 | 191.33 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 43 | 171 | 0.73 | 0.75 | 0 | 0.33 | 241.88 | 0.6 | 0.42 |
| Hex | 2F | 2B | AB | 49 | 4B | 0 | 21 | F2 | 3C | 2A |
| Octal | 57 | 53 | 253 | 111 | 113 | 0 | 41 | 362 | 74 | 52 |
| Binary | 101111 | 101011 | 10101011 | 1001001 | 1001011 | 0 | 100001 | 11110010 | 111100 | 101010 |
Color Harmonies of #2F2BAB
Complementary color
Monochromatic Colors of #2F2BAB
Black with #2F2BAB
Text Example
Text Example
White with #2F2BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2BAB; }
p { color: rgb(47,43,171); }
H1.HeaderClassName
{
color: #2F2BAB;
}
.AnyTagClassName
{
color: #2F2BAB;
}
</style>
background-color css
<style>
a { background-color: #2F2BAB; }
a { background-color: rgb(47,43,171); }
div.DivClassName
{
background-color: #2F2BAB;
}
.BgClassName
{
background-color: #2F2BAB;
}
</style>
border-color css
<style>
span { border-color: #2F2BAB; }
span { border-color: rgb(47,43,171); }
td.TdClassName
{
border-color: #2F2BAB;
}
.TagClassName
{
border-color: #2F2BAB;
}
</style>