Shades of Persian Blue #2F2BA8
Tints of Persian Blue #2F2BA8
RGB
CMYK
RGB Variations
Color information
#2F2BA8 (or 0x2F2BA8) is known color: Persian Blue. HEX triplet: 2F, 2B and A8. RGB value is (47,43,168). Sum of RGB (Red+Green+Blue) = 47+43+168=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 168 (66.02% from 255 or 65.12% from 258); Max value from RGB is 168 - color contains mainly: blue. Hex color #2F2BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2BA8 is #D0D457. Grayscale: #393939. Windows color (decimal): -13685848 or 11021103. OLE color: 11021103.
HSL color Cylindrical-coordinate representation of color #2F2BA8: hue angle of 241.92º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F2BA8 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 43 | 168 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.34 |
| HSL | 241.92º | 0.59% | 0.41% | - |
| HSV(B) | 241.92º | 0.74% | 0.66% | - |
| XYZ | 9.1 | 5.16 | 37.56 | - |
| YUV | 58.45 | 189.83 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 43 | 168 | 0.72 | 0.74 | 0 | 0.34 | 241.92 | 0.59 | 0.41 |
| Hex | 2F | 2B | A8 | 48 | 4A | 0 | 22 | F2 | 3B | 29 |
| Octal | 57 | 53 | 250 | 110 | 112 | 0 | 42 | 362 | 73 | 51 |
| Binary | 101111 | 101011 | 10101000 | 1001000 | 1001010 | 0 | 100010 | 11110010 | 111011 | 101001 |
Color Harmonies of #2F2BA8
Complementary color
Monochromatic Colors of #2F2BA8
Black with #2F2BA8
Text Example
Text Example
White with #2F2BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2BA8; }
p { color: rgb(47,43,168); }
H1.HeaderClassName
{
color: #2F2BA8;
}
.AnyTagClassName
{
color: #2F2BA8;
}
</style>
background-color css
<style>
a { background-color: #2F2BA8; }
a { background-color: rgb(47,43,168); }
div.DivClassName
{
background-color: #2F2BA8;
}
.BgClassName
{
background-color: #2F2BA8;
}
</style>
border-color css
<style>
span { border-color: #2F2BA8; }
span { border-color: rgb(47,43,168); }
td.TdClassName
{
border-color: #2F2BA8;
}
.TagClassName
{
border-color: #2F2BA8;
}
</style>