Shades of Persian Blue #2F1ACB
Tints of Persian Blue #2F1ACB
RGB
CMYK
RGB Variations
Color information
#2F1ACB (or 0x2F1ACB) is known color: Persian Blue. HEX triplet: 2F, 1A and CB. RGB value is (47,26,203). Sum of RGB (Red+Green+Blue) = 47+26+203=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 203 (79.69% from 255 or 73.55% from 276); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F1ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1ACB is #D0E534. Grayscale: #333333. Windows color (decimal): -13690165 or 13310511. OLE color: 13310511.
HSL color Cylindrical-coordinate representation of color #2F1ACB: hue angle of 247.12º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F1ACB is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 26 | 203 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.20 |
| HSL | 247.12º | 0.77% | 0.45% | - |
| HSV(B) | 247.12º | 0.87% | 0.8% | - |
| XYZ | 12.32 | 5.65 | 56.94 | - |
| YUV | 52.46 | 212.96 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 26 | 203 | 0.77 | 0.87 | 0 | 0.20 | 247.12 | 0.77 | 0.45 |
| Hex | 2F | 1A | CB | 4D | 57 | 0 | 14 | F7 | 4D | 2D |
| Octal | 57 | 32 | 313 | 115 | 127 | 0 | 24 | 367 | 115 | 55 |
| Binary | 101111 | 11010 | 11001011 | 1001101 | 1010111 | 0 | 10100 | 11110111 | 1001101 | 101101 |
Color Harmonies of #2F1ACB
Complementary color
Monochromatic Colors of #2F1ACB
Black with #2F1ACB
Text Example
Text Example
White with #2F1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1ACB; }
p { color: rgb(47,26,203); }
H1.HeaderClassName
{
color: #2F1ACB;
}
.AnyTagClassName
{
color: #2F1ACB;
}
</style>
background-color css
<style>
a { background-color: #2F1ACB; }
a { background-color: rgb(47,26,203); }
div.DivClassName
{
background-color: #2F1ACB;
}
.BgClassName
{
background-color: #2F1ACB;
}
</style>
border-color css
<style>
span { border-color: #2F1ACB; }
span { border-color: rgb(47,26,203); }
td.TdClassName
{
border-color: #2F1ACB;
}
.TagClassName
{
border-color: #2F1ACB;
}
</style>