Shades of Persian Blue #2F16C5
Tints of Persian Blue #2F16C5
RGB
CMYK
RGB Variations
Color information
#2F16C5 (or 0x2F16C5) is known color: Persian Blue. HEX triplet: 2F, 16 and C5. RGB value is (47,22,197). Sum of RGB (Red+Green+Blue) = 47+22+197=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 197 (77.34% from 255 or 74.06% from 266); Max value from RGB is 197 - color contains mainly: blue. Hex color #2F16C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F16C5 is #D0E93A. Grayscale: #303030. Windows color (decimal): -13691195 or 12916271. OLE color: 12916271.
HSL color Cylindrical-coordinate representation of color #2F16C5: hue angle of 248.57º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F16C5 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 22 | 197 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.23 |
| HSL | 248.57º | 0.8% | 0.43% | - |
| HSV(B) | 248.57º | 0.89% | 0.77% | - |
| XYZ | 11.54 | 5.21 | 53.22 | - |
| YUV | 49.43 | 211.28 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 22 | 197 | 0.76 | 0.89 | 0 | 0.23 | 248.57 | 0.8 | 0.43 |
| Hex | 2F | 16 | C5 | 4C | 59 | 0 | 17 | F9 | 50 | 2B |
| Octal | 57 | 26 | 305 | 114 | 131 | 0 | 27 | 371 | 120 | 53 |
| Binary | 101111 | 10110 | 11000101 | 1001100 | 1011001 | 0 | 10111 | 11111001 | 1010000 | 101011 |
Color Harmonies of #2F16C5
Complementary color
Monochromatic Colors of #2F16C5
Black with #2F16C5
Text Example
Text Example
White with #2F16C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F16C5; }
p { color: rgb(47,22,197); }
H1.HeaderClassName
{
color: #2F16C5;
}
.AnyTagClassName
{
color: #2F16C5;
}
</style>
background-color css
<style>
a { background-color: #2F16C5; }
a { background-color: rgb(47,22,197); }
div.DivClassName
{
background-color: #2F16C5;
}
.BgClassName
{
background-color: #2F16C5;
}
</style>
border-color css
<style>
span { border-color: #2F16C5; }
span { border-color: rgb(47,22,197); }
td.TdClassName
{
border-color: #2F16C5;
}
.TagClassName
{
border-color: #2F16C5;
}
</style>