Shades of Persian Blue #2F27AA
Tints of Persian Blue #2F27AA
RGB
CMYK
RGB Variations
Color information
#2F27AA (or 0x2F27AA) is known color: Persian Blue. HEX triplet: 2F, 27 and AA. RGB value is (47,39,170). Sum of RGB (Red+Green+Blue) = 47+39+170=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F27AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F27AA is #D0D855. Grayscale: #373737. Windows color (decimal): -13686870 or 11151151. OLE color: 11151151.
HSL color Cylindrical-coordinate representation of color #2F27AA: hue angle of 243.66º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F27AA is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 39 | 170 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.33 |
| HSL | 243.66º | 0.63% | 0.41% | - |
| HSV(B) | 243.66º | 0.77% | 0.67% | - |
| XYZ | 9.15 | 4.96 | 38.5 | - |
| YUV | 56.33 | 192.15 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 170 | 0.72 | 0.77 | 0 | 0.33 | 243.66 | 0.63 | 0.41 |
| Hex | 2F | 27 | AA | 48 | 4D | 0 | 21 | F4 | 3F | 29 |
| Octal | 57 | 47 | 252 | 110 | 115 | 0 | 41 | 364 | 77 | 51 |
| Binary | 101111 | 100111 | 10101010 | 1001000 | 1001101 | 0 | 100001 | 11110100 | 111111 | 101001 |
Color Harmonies of #2F27AA
Complementary color
Monochromatic Colors of #2F27AA
Black with #2F27AA
Text Example
Text Example
White with #2F27AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F27AA; }
p { color: rgb(47,39,170); }
H1.HeaderClassName
{
color: #2F27AA;
}
.AnyTagClassName
{
color: #2F27AA;
}
</style>
background-color css
<style>
a { background-color: #2F27AA; }
a { background-color: rgb(47,39,170); }
div.DivClassName
{
background-color: #2F27AA;
}
.BgClassName
{
background-color: #2F27AA;
}
</style>
border-color css
<style>
span { border-color: #2F27AA; }
span { border-color: rgb(47,39,170); }
td.TdClassName
{
border-color: #2F27AA;
}
.TagClassName
{
border-color: #2F27AA;
}
</style>