Shades of Persian Blue #2F2BAF
Tints of Persian Blue #2F2BAF
RGB
CMYK
RGB Variations
Color information
#2F2BAF (or 0x2F2BAF) is known color: Persian Blue. HEX triplet: 2F, 2B and AF. RGB value is (47,43,175). Sum of RGB (Red+Green+Blue) = 47+43+175=265 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.74% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #2F2BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2BAF is #D0D450. Grayscale: #3A3A3A. Windows color (decimal): -13685841 or 11479855. OLE color: 11479855.
HSL color Cylindrical-coordinate representation of color #2F2BAF: hue angle of 241.82º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F2BAF is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 43 | 175 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.31 |
| HSL | 241.82º | 0.61% | 0.43% | - |
| HSV(B) | 241.82º | 0.75% | 0.69% | - |
| XYZ | 9.77 | 5.43 | 41.09 | - |
| YUV | 59.24 | 193.33 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 43 | 175 | 0.73 | 0.75 | 0 | 0.31 | 241.82 | 0.61 | 0.43 |
| Hex | 2F | 2B | AF | 49 | 4B | 0 | 1F | F2 | 3D | 2B |
| Octal | 57 | 53 | 257 | 111 | 113 | 0 | 37 | 362 | 75 | 53 |
| Binary | 101111 | 101011 | 10101111 | 1001001 | 1001011 | 0 | 11111 | 11110010 | 111101 | 101011 |
Color Harmonies of #2F2BAF
Complementary color
Monochromatic Colors of #2F2BAF
Black with #2F2BAF
Text Example
Text Example
White with #2F2BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2BAF; }
p { color: rgb(47,43,175); }
H1.HeaderClassName
{
color: #2F2BAF;
}
.AnyTagClassName
{
color: #2F2BAF;
}
</style>
background-color css
<style>
a { background-color: #2F2BAF; }
a { background-color: rgb(47,43,175); }
div.DivClassName
{
background-color: #2F2BAF;
}
.BgClassName
{
background-color: #2F2BAF;
}
</style>
border-color css
<style>
span { border-color: #2F2BAF; }
span { border-color: rgb(47,43,175); }
td.TdClassName
{
border-color: #2F2BAF;
}
.TagClassName
{
border-color: #2F2BAF;
}
</style>