Shades of Persian Indigo #2B048E
Tints of Persian Indigo #2B048E
RGB
CMYK
RGB Variations
Color information
#2B048E (or 0x2B048E) is known color: Persian Indigo. HEX triplet: 2B, 04 and 8E. RGB value is (43,4,142). Sum of RGB (Red+Green+Blue) = 43+4+142=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 142 (55.86% from 255 or 75.13% from 189); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B048E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B048E is #D4FB71. Grayscale: #1E1E1E. Windows color (decimal): -13958002 or 9307179. OLE color: 9307179.
HSL color Cylindrical-coordinate representation of color #2B048E: hue angle of 256.96º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B048E is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 4 | 142 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.44 |
| HSL | 256.96º | 0.95% | 0.29% | - |
| HSV(B) | 256.96º | 0.97% | 0.56% | - |
| XYZ | 5.92 | 2.55 | 25.77 | - |
| YUV | 31.39 | 190.42 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 142 | 0.70 | 0.97 | 0 | 0.44 | 256.96 | 0.95 | 0.29 |
| Hex | 2B | 4 | 8E | 46 | 61 | 0 | 2C | 101 | 5F | 1D |
| Octal | 53 | 4 | 216 | 106 | 141 | 0 | 54 | 401 | 137 | 35 |
| Binary | 101011 | 100 | 10001110 | 1000110 | 1100001 | 0 | 101100 | 100000001 | 1011111 | 11101 |
Color Harmonies of #2B048E
Complementary color
Monochromatic Colors of #2B048E
Black with #2B048E
Text Example
Text Example
White with #2B048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B048E; }
p { color: rgb(43,4,142); }
H1.HeaderClassName
{
color: #2B048E;
}
.AnyTagClassName
{
color: #2B048E;
}
</style>
background-color css
<style>
a { background-color: #2B048E; }
a { background-color: rgb(43,4,142); }
div.DivClassName
{
background-color: #2B048E;
}
.BgClassName
{
background-color: #2B048E;
}
</style>
border-color css
<style>
span { border-color: #2B048E; }
span { border-color: rgb(43,4,142); }
td.TdClassName
{
border-color: #2B048E;
}
.TagClassName
{
border-color: #2B048E;
}
</style>