Shades of Persian Indigo #2B0975
Tints of Persian Indigo #2B0975
RGB
CMYK
RGB Variations
Color information
#2B0975 (or 0x2B0975) is known color: Persian Indigo. HEX triplet: 2B, 09 and 75. RGB value is (43,9,117). Sum of RGB (Red+Green+Blue) = 43+9+117=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B0975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0975 is #D4F68A. Grayscale: #1F1F1F. Windows color (decimal): -13956747 or 7670059. OLE color: 7670059.
HSL color Cylindrical-coordinate representation of color #2B0975: hue angle of 258.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B0975 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 9 | 117 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.54 |
| HSL | 258.89º | 0.86% | 0.25% | - |
| HSV(B) | 258.89º | 0.92% | 0.46% | - |
| XYZ | 4.3 | 1.99 | 16.99 | - |
| YUV | 31.48 | 176.26 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 117 | 0.63 | 0.92 | 0 | 0.54 | 258.89 | 0.86 | 0.25 |
| Hex | 2B | 9 | 75 | 3F | 5C | 0 | 36 | 103 | 56 | 19 |
| Octal | 53 | 11 | 165 | 77 | 134 | 0 | 66 | 403 | 126 | 31 |
| Binary | 101011 | 1001 | 1110101 | 111111 | 1011100 | 0 | 110110 | 100000011 | 1010110 | 11001 |
Color Harmonies of #2B0975
Complementary color
Monochromatic Colors of #2B0975
Black with #2B0975
Text Example
Text Example
White with #2B0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0975; }
p { color: rgb(43,9,117); }
H1.HeaderClassName
{
color: #2B0975;
}
.AnyTagClassName
{
color: #2B0975;
}
</style>
background-color css
<style>
a { background-color: #2B0975; }
a { background-color: rgb(43,9,117); }
div.DivClassName
{
background-color: #2B0975;
}
.BgClassName
{
background-color: #2B0975;
}
</style>
border-color css
<style>
span { border-color: #2B0975; }
span { border-color: rgb(43,9,117); }
td.TdClassName
{
border-color: #2B0975;
}
.TagClassName
{
border-color: #2B0975;
}
</style>