Shades of Persian Indigo #2B0070
Tints of Persian Indigo #2B0070
RGB
CMYK
RGB Variations
Color information
#2B0070 (or 0x2B0070) is known color: Persian Indigo. HEX triplet: 2B, 00 and 70. RGB value is (43,0,112). Sum of RGB (Red+Green+Blue) = 43+0+112=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B0070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0070 is #D4FF8F. Grayscale: #191919. Windows color (decimal): -13959056 or 7340075. OLE color: 7340075.
HSL color Cylindrical-coordinate representation of color #2B0070: hue angle of 263.04º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0070 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 0 | 112 | - |
| CMYK | 0.62 | 1 | 0 | 0.56 |
| HSL | 263.04º | 1% | 0.22% | - |
| HSV(B) | 263.04º | 1% | 0.44% | - |
| XYZ | 3.92 | 1.68 | 15.45 | - |
| YUV | 25.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 112 | 0.62 | 1 | 0 | 0.56 | 263.04 | 1 | 0.22 |
| Hex | 2B | 0 | 70 | 3E | 64 | 0 | 38 | 107 | 64 | 16 |
| Octal | 53 | 0 | 160 | 76 | 144 | 0 | 70 | 407 | 144 | 26 |
| Binary | 101011 | 0 | 1110000 | 111110 | 1100100 | 0 | 111000 | 100000111 | 1100100 | 10110 |
Color Harmonies of #2B0070
Complementary color
Monochromatic Colors of #2B0070
Black with #2B0070
Text Example
Text Example
White with #2B0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0070; }
p { color: rgb(43,0,112); }
H1.HeaderClassName
{
color: #2B0070;
}
.AnyTagClassName
{
color: #2B0070;
}
</style>
background-color css
<style>
a { background-color: #2B0070; }
a { background-color: rgb(43,0,112); }
div.DivClassName
{
background-color: #2B0070;
}
.BgClassName
{
background-color: #2B0070;
}
</style>
border-color css
<style>
span { border-color: #2B0070; }
span { border-color: rgb(43,0,112); }
td.TdClassName
{
border-color: #2B0070;
}
.TagClassName
{
border-color: #2B0070;
}
</style>