Shades of Persian Blue #2F1BD2
Tints of Persian Blue #2F1BD2
RGB
CMYK
RGB Variations
Color information
#2F1BD2 (or 0x2F1BD2) is known color: Persian Blue. HEX triplet: 2F, 1B and D2. RGB value is (47,27,210). Sum of RGB (Red+Green+Blue) = 47+27+210=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 210 (82.42% from 255 or 73.94% from 284); Max value from RGB is 210 - color contains mainly: blue. Hex color #2F1BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1BD2 is #D0E42D. Grayscale: #353535. Windows color (decimal): -13689902 or 13769519. OLE color: 13769519.
HSL color Cylindrical-coordinate representation of color #2F1BD2: hue angle of 246.56º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F1BD2 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 27 | 210 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.18 |
| HSL | 246.56º | 0.77% | 0.46% | - |
| HSV(B) | 246.56º | 0.87% | 0.82% | - |
| XYZ | 13.2 | 6.04 | 61.44 | - |
| YUV | 53.84 | 216.13 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 27 | 210 | 0.78 | 0.87 | 0 | 0.18 | 246.56 | 0.77 | 0.46 |
| Hex | 2F | 1B | D2 | 4E | 57 | 0 | 12 | F7 | 4D | 2E |
| Octal | 57 | 33 | 322 | 116 | 127 | 0 | 22 | 367 | 115 | 56 |
| Binary | 101111 | 11011 | 11010010 | 1001110 | 1010111 | 0 | 10010 | 11110111 | 1001101 | 101110 |
Color Harmonies of #2F1BD2
Complementary color
Monochromatic Colors of #2F1BD2
Black with #2F1BD2
Text Example
Text Example
White with #2F1BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1BD2; }
p { color: rgb(47,27,210); }
H1.HeaderClassName
{
color: #2F1BD2;
}
.AnyTagClassName
{
color: #2F1BD2;
}
</style>
background-color css
<style>
a { background-color: #2F1BD2; }
a { background-color: rgb(47,27,210); }
div.DivClassName
{
background-color: #2F1BD2;
}
.BgClassName
{
background-color: #2F1BD2;
}
</style>
border-color css
<style>
span { border-color: #2F1BD2; }
span { border-color: rgb(47,27,210); }
td.TdClassName
{
border-color: #2F1BD2;
}
.TagClassName
{
border-color: #2F1BD2;
}
</style>