Shades of Persian Indigo #2B0A70
Tints of Persian Indigo #2B0A70
RGB
CMYK
RGB Variations
Color information
#2B0A70 (or 0x2B0A70) is known color: Persian Indigo. HEX triplet: 2B, 0A and 70. RGB value is (43,10,112). Sum of RGB (Red+Green+Blue) = 43+10+112=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B0A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0A70 is #D4F58F. Grayscale: #1F1F1F. Windows color (decimal): -13956496 or 7342635. OLE color: 7342635.
HSL color Cylindrical-coordinate representation of color #2B0A70: hue angle of 259.41º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B0A70 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 10 | 112 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.56 |
| HSL | 259.41º | 0.84% | 0.24% | - |
| HSV(B) | 259.41º | 0.91% | 0.44% | - |
| XYZ | 4.03 | 1.9 | 15.48 | - |
| YUV | 31.5 | 173.43 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 10 | 112 | 0.62 | 0.91 | 0 | 0.56 | 259.41 | 0.84 | 0.24 |
| Hex | 2B | A | 70 | 3E | 5B | 0 | 38 | 103 | 54 | 18 |
| Octal | 53 | 12 | 160 | 76 | 133 | 0 | 70 | 403 | 124 | 30 |
| Binary | 101011 | 1010 | 1110000 | 111110 | 1011011 | 0 | 111000 | 100000011 | 1010100 | 11000 |
Color Harmonies of #2B0A70
Complementary color
Monochromatic Colors of #2B0A70
Black with #2B0A70
Text Example
Text Example
White with #2B0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0A70; }
p { color: rgb(43,10,112); }
H1.HeaderClassName
{
color: #2B0A70;
}
.AnyTagClassName
{
color: #2B0A70;
}
</style>
background-color css
<style>
a { background-color: #2B0A70; }
a { background-color: rgb(43,10,112); }
div.DivClassName
{
background-color: #2B0A70;
}
.BgClassName
{
background-color: #2B0A70;
}
</style>
border-color css
<style>
span { border-color: #2B0A70; }
span { border-color: rgb(43,10,112); }
td.TdClassName
{
border-color: #2B0A70;
}
.TagClassName
{
border-color: #2B0A70;
}
</style>