Shades of Persian Indigo #2B098A
Tints of Persian Indigo #2B098A
RGB
CMYK
RGB Variations
Color information
#2B098A (or 0x2B098A) is known color: Persian Indigo. HEX triplet: 2B, 09 and 8A. RGB value is (43,9,138). Sum of RGB (Red+Green+Blue) = 43+9+138=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B098A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B098A is #D4F675. Grayscale: #212121. Windows color (decimal): -13956726 or 9046315. OLE color: 9046315.
HSL color Cylindrical-coordinate representation of color #2B098A: hue angle of 255.81º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B098A is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 9 | 138 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.46 |
| HSL | 255.81º | 0.88% | 0.29% | - |
| HSV(B) | 255.81º | 0.93% | 0.54% | - |
| XYZ | 5.68 | 2.54 | 24.24 | - |
| YUV | 33.87 | 186.76 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 138 | 0.69 | 0.93 | 0 | 0.46 | 255.81 | 0.88 | 0.29 |
| Hex | 2B | 9 | 8A | 45 | 5D | 0 | 2E | 100 | 58 | 1D |
| Octal | 53 | 11 | 212 | 105 | 135 | 0 | 56 | 400 | 130 | 35 |
| Binary | 101011 | 1001 | 10001010 | 1000101 | 1011101 | 0 | 101110 | 100000000 | 1011000 | 11101 |
Color Harmonies of #2B098A
Complementary color
Monochromatic Colors of #2B098A
Black with #2B098A
Text Example
Text Example
White with #2B098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B098A; }
p { color: rgb(43,9,138); }
H1.HeaderClassName
{
color: #2B098A;
}
.AnyTagClassName
{
color: #2B098A;
}
</style>
background-color css
<style>
a { background-color: #2B098A; }
a { background-color: rgb(43,9,138); }
div.DivClassName
{
background-color: #2B098A;
}
.BgClassName
{
background-color: #2B098A;
}
</style>
border-color css
<style>
span { border-color: #2B098A; }
span { border-color: rgb(43,9,138); }
td.TdClassName
{
border-color: #2B098A;
}
.TagClassName
{
border-color: #2B098A;
}
</style>