Shades of Persian Blue #2F1ED0
Tints of Persian Blue #2F1ED0
RGB
CMYK
RGB Variations
Color information
#2F1ED0 (or 0x2F1ED0) is known color: Persian Blue. HEX triplet: 2F, 1E and D0. RGB value is (47,30,208). Sum of RGB (Red+Green+Blue) = 47+30+208=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 208 (81.64% from 255 or 72.98% from 285); Max value from RGB is 208 - color contains mainly: blue. Hex color #2F1ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1ED0 is #D0E12F. Grayscale: #363636. Windows color (decimal): -13689136 or 13639215. OLE color: 13639215.
HSL color Cylindrical-coordinate representation of color #2F1ED0: hue angle of 245.73º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F1ED0 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 30 | 208 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.18 |
| HSL | 245.73º | 0.75% | 0.47% | - |
| HSV(B) | 245.73º | 0.86% | 0.82% | - |
| XYZ | 13.02 | 6.09 | 60.16 | - |
| YUV | 55.38 | 214.13 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 30 | 208 | 0.77 | 0.86 | 0 | 0.18 | 245.73 | 0.75 | 0.47 |
| Hex | 2F | 1E | D0 | 4D | 56 | 0 | 12 | F6 | 4B | 2F |
| Octal | 57 | 36 | 320 | 115 | 126 | 0 | 22 | 366 | 113 | 57 |
| Binary | 101111 | 11110 | 11010000 | 1001101 | 1010110 | 0 | 10010 | 11110110 | 1001011 | 101111 |
Color Harmonies of #2F1ED0
Complementary color
Monochromatic Colors of #2F1ED0
Black with #2F1ED0
Text Example
Text Example
White with #2F1ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1ED0; }
p { color: rgb(47,30,208); }
H1.HeaderClassName
{
color: #2F1ED0;
}
.AnyTagClassName
{
color: #2F1ED0;
}
</style>
background-color css
<style>
a { background-color: #2F1ED0; }
a { background-color: rgb(47,30,208); }
div.DivClassName
{
background-color: #2F1ED0;
}
.BgClassName
{
background-color: #2F1ED0;
}
</style>
border-color css
<style>
span { border-color: #2F1ED0; }
span { border-color: rgb(47,30,208); }
td.TdClassName
{
border-color: #2F1ED0;
}
.TagClassName
{
border-color: #2F1ED0;
}
</style>