Shades of Persian Blue #2F1FCD
Tints of Persian Blue #2F1FCD
RGB
CMYK
RGB Variations
Color information
#2F1FCD (or 0x2F1FCD) is known color: Persian Blue. HEX triplet: 2F, 1F and CD. RGB value is (47,31,205). Sum of RGB (Red+Green+Blue) = 47+31+205=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F1FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1FCD is #D0E032. Grayscale: #363636. Windows color (decimal): -13688883 or 13442863. OLE color: 13442863.
HSL color Cylindrical-coordinate representation of color #2F1FCD: hue angle of 245.52º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F1FCD is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 31 | 205 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.20 |
| HSL | 245.52º | 0.74% | 0.46% | - |
| HSV(B) | 245.52º | 0.85% | 0.8% | - |
| XYZ | 12.68 | 5.99 | 58.25 | - |
| YUV | 55.62 | 212.3 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 31 | 205 | 0.77 | 0.85 | 0 | 0.20 | 245.52 | 0.74 | 0.46 |
| Hex | 2F | 1F | CD | 4D | 55 | 0 | 14 | F6 | 4A | 2E |
| Octal | 57 | 37 | 315 | 115 | 125 | 0 | 24 | 366 | 112 | 56 |
| Binary | 101111 | 11111 | 11001101 | 1001101 | 1010101 | 0 | 10100 | 11110110 | 1001010 | 101110 |
Color Harmonies of #2F1FCD
Complementary color
Monochromatic Colors of #2F1FCD
Black with #2F1FCD
Text Example
Text Example
White with #2F1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1FCD; }
p { color: rgb(47,31,205); }
H1.HeaderClassName
{
color: #2F1FCD;
}
.AnyTagClassName
{
color: #2F1FCD;
}
</style>
background-color css
<style>
a { background-color: #2F1FCD; }
a { background-color: rgb(47,31,205); }
div.DivClassName
{
background-color: #2F1FCD;
}
.BgClassName
{
background-color: #2F1FCD;
}
</style>
border-color css
<style>
span { border-color: #2F1FCD; }
span { border-color: rgb(47,31,205); }
td.TdClassName
{
border-color: #2F1FCD;
}
.TagClassName
{
border-color: #2F1FCD;
}
</style>