Shades of Persian Blue #2F32AF
Tints of Persian Blue #2F32AF
RGB
CMYK
RGB Variations
Color information
#2F32AF (or 0x2F32AF) is known color: Persian Blue. HEX triplet: 2F, 32 and AF. RGB value is (47,50,175). Sum of RGB (Red+Green+Blue) = 47+50+175=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #2F32AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F32AF is #D0CD50. Grayscale: #3E3E3E. Windows color (decimal): -13684049 or 11481647. OLE color: 11481647.
HSL color Cylindrical-coordinate representation of color #2F32AF: hue angle of 238.59º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F32AF is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 50 | 175 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.31 |
| HSL | 238.59º | 0.58% | 0.44% | - |
| HSV(B) | 238.59º | 0.73% | 0.69% | - |
| XYZ | 10.05 | 5.98 | 41.18 | - |
| YUV | 63.35 | 191.01 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 175 | 0.73 | 0.71 | 0 | 0.31 | 238.59 | 0.58 | 0.44 |
| Hex | 2F | 32 | AF | 49 | 47 | 0 | 1F | EF | 3A | 2C |
| Octal | 57 | 62 | 257 | 111 | 107 | 0 | 37 | 357 | 72 | 54 |
| Binary | 101111 | 110010 | 10101111 | 1001001 | 1000111 | 0 | 11111 | 11101111 | 111010 | 101100 |
Color Harmonies of #2F32AF
Complementary color
Monochromatic Colors of #2F32AF
Black with #2F32AF
Text Example
Text Example
White with #2F32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F32AF; }
p { color: rgb(47,50,175); }
H1.HeaderClassName
{
color: #2F32AF;
}
.AnyTagClassName
{
color: #2F32AF;
}
</style>
background-color css
<style>
a { background-color: #2F32AF; }
a { background-color: rgb(47,50,175); }
div.DivClassName
{
background-color: #2F32AF;
}
.BgClassName
{
background-color: #2F32AF;
}
</style>
border-color css
<style>
span { border-color: #2F32AF; }
span { border-color: rgb(47,50,175); }
td.TdClassName
{
border-color: #2F32AF;
}
.TagClassName
{
border-color: #2F32AF;
}
</style>