Shades of Persian Indigo #2B0170
Tints of Persian Indigo #2B0170
RGB
CMYK
RGB Variations
Color information
#2B0170 (or 0x2B0170) is known color: Persian Indigo. HEX triplet: 2B, 01 and 70. RGB value is (43,1,112). Sum of RGB (Red+Green+Blue) = 43+1+112=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B0170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0170 is #D4FE8F. Grayscale: #191919. Windows color (decimal): -13958800 or 7340331. OLE color: 7340331.
HSL color Cylindrical-coordinate representation of color #2B0170: hue angle of 262.7º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B0170 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 1 | 112 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.56 |
| HSL | 262.7º | 0.98% | 0.22% | - |
| HSV(B) | 262.7º | 0.99% | 0.44% | - |
| XYZ | 3.93 | 1.71 | 15.45 | - |
| YUV | 26.21 | 176.41 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 112 | 0.62 | 0.99 | 0 | 0.56 | 262.7 | 0.98 | 0.22 |
| Hex | 2B | 1 | 70 | 3E | 63 | 0 | 38 | 107 | 62 | 16 |
| Octal | 53 | 1 | 160 | 76 | 143 | 0 | 70 | 407 | 142 | 26 |
| Binary | 101011 | 1 | 1110000 | 111110 | 1100011 | 0 | 111000 | 100000111 | 1100010 | 10110 |
Color Harmonies of #2B0170
Complementary color
Monochromatic Colors of #2B0170
Black with #2B0170
Text Example
Text Example
White with #2B0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0170; }
p { color: rgb(43,1,112); }
H1.HeaderClassName
{
color: #2B0170;
}
.AnyTagClassName
{
color: #2B0170;
}
</style>
background-color css
<style>
a { background-color: #2B0170; }
a { background-color: rgb(43,1,112); }
div.DivClassName
{
background-color: #2B0170;
}
.BgClassName
{
background-color: #2B0170;
}
</style>
border-color css
<style>
span { border-color: #2B0170; }
span { border-color: rgb(43,1,112); }
td.TdClassName
{
border-color: #2B0170;
}
.TagClassName
{
border-color: #2B0170;
}
</style>