Shades of Persian Indigo #2B006D
Tints of Persian Indigo #2B006D
RGB
CMYK
RGB Variations
Color information
#2B006D (or 0x2B006D) is known color: Persian Indigo. HEX triplet: 2B, 00 and 6D. RGB value is (43,0,109). Sum of RGB (Red+Green+Blue) = 43+0+109=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 109 (42.97% from 255 or 71.71% from 152); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B006D is #D4FF92. Grayscale: #181818. Windows color (decimal): -13959059 or 7143467. OLE color: 7143467.
HSL color Cylindrical-coordinate representation of color #2B006D: hue angle of 263.67º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B006D is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 0 | 109 | - |
| CMYK | 0.61 | 1 | 0 | 0.57 |
| HSL | 263.67º | 1% | 0.21% | - |
| HSV(B) | 263.67º | 1% | 0.43% | - |
| XYZ | 3.76 | 1.62 | 14.58 | - |
| YUV | 25.28 | 175.25 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 109 | 0.61 | 1 | 0 | 0.57 | 263.67 | 1 | 0.21 |
| Hex | 2B | 0 | 6D | 3D | 64 | 0 | 39 | 108 | 64 | 15 |
| Octal | 53 | 0 | 155 | 75 | 144 | 0 | 71 | 410 | 144 | 25 |
| Binary | 101011 | 0 | 1101101 | 111101 | 1100100 | 0 | 111001 | 100001000 | 1100100 | 10101 |
Color Harmonies of #2B006D
Complementary color
Monochromatic Colors of #2B006D
Black with #2B006D
Text Example
Text Example
White with #2B006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B006D; }
p { color: rgb(43,0,109); }
H1.HeaderClassName
{
color: #2B006D;
}
.AnyTagClassName
{
color: #2B006D;
}
</style>
background-color css
<style>
a { background-color: #2B006D; }
a { background-color: rgb(43,0,109); }
div.DivClassName
{
background-color: #2B006D;
}
.BgClassName
{
background-color: #2B006D;
}
</style>
border-color css
<style>
span { border-color: #2B006D; }
span { border-color: rgb(43,0,109); }
td.TdClassName
{
border-color: #2B006D;
}
.TagClassName
{
border-color: #2B006D;
}
</style>