Shades of Persian Indigo #2F238B
Tints of Persian Indigo #2F238B
RGB
CMYK
RGB Variations
Color information
#2F238B (or 0x2F238B) is known color: Persian Indigo. HEX triplet: 2F, 23 and 8B. RGB value is (47,35,139). Sum of RGB (Red+Green+Blue) = 47+35+139=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F238B is #D0DC74. Grayscale: #323232. Windows color (decimal): -13687925 or 9118511. OLE color: 9118511.
HSL color Cylindrical-coordinate representation of color #2F238B: hue angle of 246.92º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F238B is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 35 | 139 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.45 |
| HSL | 246.92º | 0.6% | 0.34% | - |
| HSV(B) | 246.92º | 0.75% | 0.55% | - |
| XYZ | 6.43 | 3.67 | 24.8 | - |
| YUV | 50.44 | 177.98 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 35 | 139 | 0.66 | 0.75 | 0 | 0.45 | 246.92 | 0.6 | 0.34 |
| Hex | 2F | 23 | 8B | 42 | 4B | 0 | 2D | F7 | 3C | 22 |
| Octal | 57 | 43 | 213 | 102 | 113 | 0 | 55 | 367 | 74 | 42 |
| Binary | 101111 | 100011 | 10001011 | 1000010 | 1001011 | 0 | 101101 | 11110111 | 111100 | 100010 |
Color Harmonies of #2F238B
Complementary color
Monochromatic Colors of #2F238B
Black with #2F238B
Text Example
Text Example
White with #2F238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F238B; }
p { color: rgb(47,35,139); }
H1.HeaderClassName
{
color: #2F238B;
}
.AnyTagClassName
{
color: #2F238B;
}
</style>
background-color css
<style>
a { background-color: #2F238B; }
a { background-color: rgb(47,35,139); }
div.DivClassName
{
background-color: #2F238B;
}
.BgClassName
{
background-color: #2F238B;
}
</style>
border-color css
<style>
span { border-color: #2F238B; }
span { border-color: rgb(47,35,139); }
td.TdClassName
{
border-color: #2F238B;
}
.TagClassName
{
border-color: #2F238B;
}
</style>