Shades of Persian Blue #2F32AA
Tints of Persian Blue #2F32AA
RGB
CMYK
RGB Variations
Color information
#2F32AA (or 0x2F32AA) is known color: Persian Blue. HEX triplet: 2F, 32 and AA. RGB value is (47,50,170). Sum of RGB (Red+Green+Blue) = 47+50+170=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F32AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F32AA is #D0CD55. Grayscale: #3E3E3E. Windows color (decimal): -13684054 or 11153967. OLE color: 11153967.
HSL color Cylindrical-coordinate representation of color #2F32AA: hue angle of 238.54º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F32AA is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 50 | 170 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.33 |
| HSL | 238.54º | 0.57% | 0.43% | - |
| HSV(B) | 238.54º | 0.72% | 0.67% | - |
| XYZ | 9.57 | 5.79 | 38.64 | - |
| YUV | 62.78 | 188.51 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 170 | 0.72 | 0.71 | 0 | 0.33 | 238.54 | 0.57 | 0.43 |
| Hex | 2F | 32 | AA | 48 | 47 | 0 | 21 | EF | 39 | 2B |
| Octal | 57 | 62 | 252 | 110 | 107 | 0 | 41 | 357 | 71 | 53 |
| Binary | 101111 | 110010 | 10101010 | 1001000 | 1000111 | 0 | 100001 | 11101111 | 111001 | 101011 |
Color Harmonies of #2F32AA
Complementary color
Monochromatic Colors of #2F32AA
Black with #2F32AA
Text Example
Text Example
White with #2F32AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F32AA; }
p { color: rgb(47,50,170); }
H1.HeaderClassName
{
color: #2F32AA;
}
.AnyTagClassName
{
color: #2F32AA;
}
</style>
background-color css
<style>
a { background-color: #2F32AA; }
a { background-color: rgb(47,50,170); }
div.DivClassName
{
background-color: #2F32AA;
}
.BgClassName
{
background-color: #2F32AA;
}
</style>
border-color css
<style>
span { border-color: #2F32AA; }
span { border-color: rgb(47,50,170); }
td.TdClassName
{
border-color: #2F32AA;
}
.TagClassName
{
border-color: #2F32AA;
}
</style>