Shades of Persian Indigo #2B016D
Tints of Persian Indigo #2B016D
RGB
CMYK
RGB Variations
Color information
#2B016D (or 0x2B016D) is known color: Persian Indigo. HEX triplet: 2B, 01 and 6D. RGB value is (43,1,109). Sum of RGB (Red+Green+Blue) = 43+1+109=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B016D is #D4FE92. Grayscale: #191919. Windows color (decimal): -13958803 or 7143723. OLE color: 7143723.
HSL color Cylindrical-coordinate representation of color #2B016D: hue angle of 263.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B016D is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 1 | 109 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.57 |
| HSL | 263.33º | 0.98% | 0.22% | - |
| HSV(B) | 263.33º | 0.99% | 0.43% | - |
| XYZ | 3.77 | 1.64 | 14.59 | - |
| YUV | 25.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 109 | 0.61 | 0.99 | 0 | 0.57 | 263.33 | 0.98 | 0.22 |
| Hex | 2B | 1 | 6D | 3D | 63 | 0 | 39 | 107 | 62 | 16 |
| Octal | 53 | 1 | 155 | 75 | 143 | 0 | 71 | 407 | 142 | 26 |
| Binary | 101011 | 1 | 1101101 | 111101 | 1100011 | 0 | 111001 | 100000111 | 1100010 | 10110 |
Color Harmonies of #2B016D
Complementary color
Monochromatic Colors of #2B016D
Black with #2B016D
Text Example
Text Example
White with #2B016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B016D; }
p { color: rgb(43,1,109); }
H1.HeaderClassName
{
color: #2B016D;
}
.AnyTagClassName
{
color: #2B016D;
}
</style>
background-color css
<style>
a { background-color: #2B016D; }
a { background-color: rgb(43,1,109); }
div.DivClassName
{
background-color: #2B016D;
}
.BgClassName
{
background-color: #2B016D;
}
</style>
border-color css
<style>
span { border-color: #2B016D; }
span { border-color: rgb(43,1,109); }
td.TdClassName
{
border-color: #2B016D;
}
.TagClassName
{
border-color: #2B016D;
}
</style>