Shades of Persian Blue #2F2CBD
Tints of Persian Blue #2F2CBD
RGB
CMYK
RGB Variations
Color information
#2F2CBD (or 0x2F2CBD) is known color: Persian Blue. HEX triplet: 2F, 2C and BD. RGB value is (47,44,189). Sum of RGB (Red+Green+Blue) = 47+44+189=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F2CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2CBD is #D0D342. Grayscale: #3C3C3C. Windows color (decimal): -13685571 or 12397615. OLE color: 12397615.
HSL color Cylindrical-coordinate representation of color #2F2CBD: hue angle of 241.24º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F2CBD is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 44 | 189 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.26 |
| HSL | 241.24º | 0.62% | 0.46% | - |
| HSV(B) | 241.24º | 0.77% | 0.74% | - |
| XYZ | 11.26 | 6.08 | 48.72 | - |
| YUV | 61.43 | 199.99 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 44 | 189 | 0.75 | 0.77 | 0 | 0.26 | 241.24 | 0.62 | 0.46 |
| Hex | 2F | 2C | BD | 4B | 4D | 0 | 1A | F1 | 3E | 2E |
| Octal | 57 | 54 | 275 | 113 | 115 | 0 | 32 | 361 | 76 | 56 |
| Binary | 101111 | 101100 | 10111101 | 1001011 | 1001101 | 0 | 11010 | 11110001 | 111110 | 101110 |
Color Harmonies of #2F2CBD
Complementary color
Monochromatic Colors of #2F2CBD
Black with #2F2CBD
Text Example
Text Example
White with #2F2CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2CBD; }
p { color: rgb(47,44,189); }
H1.HeaderClassName
{
color: #2F2CBD;
}
.AnyTagClassName
{
color: #2F2CBD;
}
</style>
background-color css
<style>
a { background-color: #2F2CBD; }
a { background-color: rgb(47,44,189); }
div.DivClassName
{
background-color: #2F2CBD;
}
.BgClassName
{
background-color: #2F2CBD;
}
</style>
border-color css
<style>
span { border-color: #2F2CBD; }
span { border-color: rgb(47,44,189); }
td.TdClassName
{
border-color: #2F2CBD;
}
.TagClassName
{
border-color: #2F2CBD;
}
</style>