Shades of Persian Indigo #2B046F
Tints of Persian Indigo #2B046F
RGB
CMYK
RGB Variations
Color information
#2B046F (or 0x2B046F) is known color: Persian Indigo. HEX triplet: 2B, 04 and 6F. RGB value is (43,4,111). Sum of RGB (Red+Green+Blue) = 43+4+111=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B046F is #D4FB90. Grayscale: #1B1B1B. Windows color (decimal): -13958033 or 7275563. OLE color: 7275563.
HSL color Cylindrical-coordinate representation of color #2B046F: hue angle of 261.87º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B046F is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 4 | 111 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.56 |
| HSL | 261.87º | 0.93% | 0.23% | - |
| HSV(B) | 261.87º | 0.96% | 0.44% | - |
| XYZ | 3.91 | 1.75 | 15.17 | - |
| YUV | 27.86 | 174.92 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 111 | 0.61 | 0.96 | 0 | 0.56 | 261.87 | 0.93 | 0.23 |
| Hex | 2B | 4 | 6F | 3D | 60 | 0 | 38 | 106 | 5D | 17 |
| Octal | 53 | 4 | 157 | 75 | 140 | 0 | 70 | 406 | 135 | 27 |
| Binary | 101011 | 100 | 1101111 | 111101 | 1100000 | 0 | 111000 | 100000110 | 1011101 | 10111 |
Color Harmonies of #2B046F
Complementary color
Monochromatic Colors of #2B046F
Black with #2B046F
Text Example
Text Example
White with #2B046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B046F; }
p { color: rgb(43,4,111); }
H1.HeaderClassName
{
color: #2B046F;
}
.AnyTagClassName
{
color: #2B046F;
}
</style>
background-color css
<style>
a { background-color: #2B046F; }
a { background-color: rgb(43,4,111); }
div.DivClassName
{
background-color: #2B046F;
}
.BgClassName
{
background-color: #2B046F;
}
</style>
border-color css
<style>
span { border-color: #2B046F; }
span { border-color: rgb(43,4,111); }
td.TdClassName
{
border-color: #2B046F;
}
.TagClassName
{
border-color: #2B046F;
}
</style>