Shades of Persian Blue #2F2BCD
Tints of Persian Blue #2F2BCD
RGB
CMYK
RGB Variations
Color information
#2F2BCD (or 0x2F2BCD) is known color: Persian Blue. HEX triplet: 2F, 2B and CD. RGB value is (47,43,205). Sum of RGB (Red+Green+Blue) = 47+43+205=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F2BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2BCD is #D0D432. Grayscale: #3E3E3E. Windows color (decimal): -13685811 or 13445935. OLE color: 13445935.
HSL color Cylindrical-coordinate representation of color #2F2BCD: hue angle of 241.48º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F2BCD is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 43 | 205 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.20 |
| HSL | 241.48º | 0.65% | 0.49% | - |
| HSV(B) | 241.48º | 0.79% | 0.8% | - |
| XYZ | 13.06 | 6.74 | 58.37 | - |
| YUV | 62.66 | 208.33 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 43 | 205 | 0.77 | 0.79 | 0 | 0.20 | 241.48 | 0.65 | 0.49 |
| Hex | 2F | 2B | CD | 4D | 4F | 0 | 14 | F1 | 41 | 31 |
| Octal | 57 | 53 | 315 | 115 | 117 | 0 | 24 | 361 | 101 | 61 |
| Binary | 101111 | 101011 | 11001101 | 1001101 | 1001111 | 0 | 10100 | 11110001 | 1000001 | 110001 |
Color Harmonies of #2F2BCD
Complementary color
Monochromatic Colors of #2F2BCD
Black with #2F2BCD
Text Example
Text Example
White with #2F2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2BCD; }
p { color: rgb(47,43,205); }
H1.HeaderClassName
{
color: #2F2BCD;
}
.AnyTagClassName
{
color: #2F2BCD;
}
</style>
background-color css
<style>
a { background-color: #2F2BCD; }
a { background-color: rgb(47,43,205); }
div.DivClassName
{
background-color: #2F2BCD;
}
.BgClassName
{
background-color: #2F2BCD;
}
</style>
border-color css
<style>
span { border-color: #2F2BCD; }
span { border-color: rgb(47,43,205); }
td.TdClassName
{
border-color: #2F2BCD;
}
.TagClassName
{
border-color: #2F2BCD;
}
</style>