Shades of Persian Blue #2F32AC
Tints of Persian Blue #2F32AC
RGB
CMYK
RGB Variations
Color information
#2F32AC (or 0x2F32AC) is known color: Persian Blue. HEX triplet: 2F, 32 and AC. RGB value is (47,50,172). Sum of RGB (Red+Green+Blue) = 47+50+172=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F32AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F32AC is #D0CD53. Grayscale: #3E3E3E. Windows color (decimal): -13684052 or 11285039. OLE color: 11285039.
HSL color Cylindrical-coordinate representation of color #2F32AC: hue angle of 238.56º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F32AC is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 50 | 172 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.33 |
| HSL | 238.56º | 0.57% | 0.43% | - |
| HSV(B) | 238.56º | 0.73% | 0.67% | - |
| XYZ | 9.76 | 5.86 | 39.65 | - |
| YUV | 63.01 | 189.51 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 172 | 0.73 | 0.71 | 0 | 0.33 | 238.56 | 0.57 | 0.43 |
| Hex | 2F | 32 | AC | 49 | 47 | 0 | 21 | EF | 39 | 2B |
| Octal | 57 | 62 | 254 | 111 | 107 | 0 | 41 | 357 | 71 | 53 |
| Binary | 101111 | 110010 | 10101100 | 1001001 | 1000111 | 0 | 100001 | 11101111 | 111001 | 101011 |
Color Harmonies of #2F32AC
Complementary color
Monochromatic Colors of #2F32AC
Black with #2F32AC
Text Example
Text Example
White with #2F32AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F32AC; }
p { color: rgb(47,50,172); }
H1.HeaderClassName
{
color: #2F32AC;
}
.AnyTagClassName
{
color: #2F32AC;
}
</style>
background-color css
<style>
a { background-color: #2F32AC; }
a { background-color: rgb(47,50,172); }
div.DivClassName
{
background-color: #2F32AC;
}
.BgClassName
{
background-color: #2F32AC;
}
</style>
border-color css
<style>
span { border-color: #2F32AC; }
span { border-color: rgb(47,50,172); }
td.TdClassName
{
border-color: #2F32AC;
}
.TagClassName
{
border-color: #2F32AC;
}
</style>