Shades of Persian Indigo #2B046D
Tints of Persian Indigo #2B046D
RGB
CMYK
RGB Variations
Color information
#2B046D (or 0x2B046D) is known color: Persian Indigo. HEX triplet: 2B, 04 and 6D. RGB value is (43,4,109). Sum of RGB (Red+Green+Blue) = 43+4+109=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B046D is #D4FB92. Grayscale: #1B1B1B. Windows color (decimal): -13958035 or 7144491. OLE color: 7144491.
HSL color Cylindrical-coordinate representation of color #2B046D: hue angle of 262.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B046D is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 4 | 109 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.57 |
| HSL | 262.29º | 0.93% | 0.22% | - |
| HSV(B) | 262.29º | 0.96% | 0.43% | - |
| XYZ | 3.8 | 1.7 | 14.6 | - |
| YUV | 27.63 | 173.92 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 109 | 0.61 | 0.96 | 0 | 0.57 | 262.29 | 0.93 | 0.22 |
| Hex | 2B | 4 | 6D | 3D | 60 | 0 | 39 | 106 | 5D | 16 |
| Octal | 53 | 4 | 155 | 75 | 140 | 0 | 71 | 406 | 135 | 26 |
| Binary | 101011 | 100 | 1101101 | 111101 | 1100000 | 0 | 111001 | 100000110 | 1011101 | 10110 |
Color Harmonies of #2B046D
Complementary color
Monochromatic Colors of #2B046D
Black with #2B046D
Text Example
Text Example
White with #2B046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B046D; }
p { color: rgb(43,4,109); }
H1.HeaderClassName
{
color: #2B046D;
}
.AnyTagClassName
{
color: #2B046D;
}
</style>
background-color css
<style>
a { background-color: #2B046D; }
a { background-color: rgb(43,4,109); }
div.DivClassName
{
background-color: #2B046D;
}
.BgClassName
{
background-color: #2B046D;
}
</style>
border-color css
<style>
span { border-color: #2B046D; }
span { border-color: rgb(43,4,109); }
td.TdClassName
{
border-color: #2B046D;
}
.TagClassName
{
border-color: #2B046D;
}
</style>