Shades of Persian Indigo #2B238B
Tints of Persian Indigo #2B238B
RGB
CMYK
RGB Variations
Color information
#2B238B (or 0x2B238B) is known color: Persian Indigo. HEX triplet: 2B, 23 and 8B. RGB value is (43,35,139). Sum of RGB (Red+Green+Blue) = 43+35+139=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B238B is #D4DC74. Grayscale: #303030. Windows color (decimal): -13950069 or 9118507. OLE color: 9118507.
HSL color Cylindrical-coordinate representation of color #2B238B: hue angle of 244.62º 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 #2B238B is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 35 | 139 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.45 |
| HSL | 244.62º | 0.6% | 0.34% | - |
| HSV(B) | 244.62º | 0.75% | 0.55% | - |
| XYZ | 6.26 | 3.58 | 24.79 | - |
| YUV | 49.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 139 | 0.69 | 0.75 | 0 | 0.45 | 244.62 | 0.6 | 0.34 |
| Hex | 2B | 23 | 8B | 45 | 4B | 0 | 2D | F5 | 3C | 22 |
| Octal | 53 | 43 | 213 | 105 | 113 | 0 | 55 | 365 | 74 | 42 |
| Binary | 101011 | 100011 | 10001011 | 1000101 | 1001011 | 0 | 101101 | 11110101 | 111100 | 100010 |
Color Harmonies of #2B238B
Complementary color
Monochromatic Colors of #2B238B
Black with #2B238B
Text Example
Text Example
White with #2B238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B238B; }
p { color: rgb(43,35,139); }
H1.HeaderClassName
{
color: #2B238B;
}
.AnyTagClassName
{
color: #2B238B;
}
</style>
background-color css
<style>
a { background-color: #2B238B; }
a { background-color: rgb(43,35,139); }
div.DivClassName
{
background-color: #2B238B;
}
.BgClassName
{
background-color: #2B238B;
}
</style>
border-color css
<style>
span { border-color: #2B238B; }
span { border-color: rgb(43,35,139); }
td.TdClassName
{
border-color: #2B238B;
}
.TagClassName
{
border-color: #2B238B;
}
</style>