Shades of Persian Indigo #2F248B
Tints of Persian Indigo #2F248B
RGB
CMYK
RGB Variations
Color information
#2F248B (or 0x2F248B) is known color: Persian Indigo. HEX triplet: 2F, 24 and 8B. RGB value is (47,36,139). Sum of RGB (Red+Green+Blue) = 47+36+139=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F248B is #D0DB74. Grayscale: #323232. Windows color (decimal): -13687669 or 9118767. OLE color: 9118767.
HSL color Cylindrical-coordinate representation of color #2F248B: hue angle of 246.41º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F248B is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 36 | 139 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.45 |
| HSL | 246.41º | 0.59% | 0.34% | - |
| HSV(B) | 246.41º | 0.74% | 0.55% | - |
| XYZ | 6.46 | 3.73 | 24.81 | - |
| YUV | 51.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 139 | 0.66 | 0.74 | 0 | 0.45 | 246.41 | 0.59 | 0.34 |
| Hex | 2F | 24 | 8B | 42 | 4A | 0 | 2D | F6 | 3B | 22 |
| Octal | 57 | 44 | 213 | 102 | 112 | 0 | 55 | 366 | 73 | 42 |
| Binary | 101111 | 100100 | 10001011 | 1000010 | 1001010 | 0 | 101101 | 11110110 | 111011 | 100010 |
Color Harmonies of #2F248B
Complementary color
Monochromatic Colors of #2F248B
Black with #2F248B
Text Example
Text Example
White with #2F248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F248B; }
p { color: rgb(47,36,139); }
H1.HeaderClassName
{
color: #2F248B;
}
.AnyTagClassName
{
color: #2F248B;
}
</style>
background-color css
<style>
a { background-color: #2F248B; }
a { background-color: rgb(47,36,139); }
div.DivClassName
{
background-color: #2F248B;
}
.BgClassName
{
background-color: #2F248B;
}
</style>
border-color css
<style>
span { border-color: #2F248B; }
span { border-color: rgb(47,36,139); }
td.TdClassName
{
border-color: #2F248B;
}
.TagClassName
{
border-color: #2F248B;
}
</style>