Shades of Persian Indigo #2B248B
Tints of Persian Indigo #2B248B
RGB
CMYK
RGB Variations
Color information
#2B248B (or 0x2B248B) is known color: Persian Indigo. HEX triplet: 2B, 24 and 8B. RGB value is (43,36,139). Sum of RGB (Red+Green+Blue) = 43+36+139=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B248B is #D4DB74. Grayscale: #313131. Windows color (decimal): -13949813 or 9118763. OLE color: 9118763.
HSL color Cylindrical-coordinate representation of color #2B248B: hue angle of 244.08º 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 #2B248B is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 36 | 139 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.45 |
| HSL | 244.08º | 0.59% | 0.34% | - |
| HSV(B) | 244.08º | 0.74% | 0.55% | - |
| XYZ | 6.29 | 3.64 | 24.8 | - |
| YUV | 49.84 | 178.32 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 36 | 139 | 0.69 | 0.74 | 0 | 0.45 | 244.08 | 0.59 | 0.34 |
| Hex | 2B | 24 | 8B | 45 | 4A | 0 | 2D | F4 | 3B | 22 |
| Octal | 53 | 44 | 213 | 105 | 112 | 0 | 55 | 364 | 73 | 42 |
| Binary | 101011 | 100100 | 10001011 | 1000101 | 1001010 | 0 | 101101 | 11110100 | 111011 | 100010 |
Color Harmonies of #2B248B
Complementary color
Monochromatic Colors of #2B248B
Black with #2B248B
Text Example
Text Example
White with #2B248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B248B; }
p { color: rgb(43,36,139); }
H1.HeaderClassName
{
color: #2B248B;
}
.AnyTagClassName
{
color: #2B248B;
}
</style>
background-color css
<style>
a { background-color: #2B248B; }
a { background-color: rgb(43,36,139); }
div.DivClassName
{
background-color: #2B248B;
}
.BgClassName
{
background-color: #2B248B;
}
</style>
border-color css
<style>
span { border-color: #2B248B; }
span { border-color: rgb(43,36,139); }
td.TdClassName
{
border-color: #2B248B;
}
.TagClassName
{
border-color: #2B248B;
}
</style>