Shades of Persian Indigo #2D0B8B
Tints of Persian Indigo #2D0B8B
RGB
CMYK
RGB Variations
Color information
#2D0B8B (or 0x2D0B8B) is known color: Persian Indigo. HEX triplet: 2D, 0B and 8B. RGB value is (45,11,139). Sum of RGB (Red+Green+Blue) = 45+11+139=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D0B8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0B8B is #D2F474. Grayscale: #232323. Windows color (decimal): -13825141 or 9112365. OLE color: 9112365.
HSL color Cylindrical-coordinate representation of color #2D0B8B: hue angle of 255.94º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D0B8B is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 11 | 139 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.45 |
| HSL | 255.94º | 0.85% | 0.29% | - |
| HSV(B) | 255.94º | 0.92% | 0.55% | - |
| XYZ | 5.86 | 2.66 | 24.63 | - |
| YUV | 35.76 | 186.26 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 11 | 139 | 0.68 | 0.92 | 0 | 0.45 | 255.94 | 0.85 | 0.29 |
| Hex | 2D | B | 8B | 44 | 5C | 0 | 2D | 100 | 55 | 1D |
| Octal | 55 | 13 | 213 | 104 | 134 | 0 | 55 | 400 | 125 | 35 |
| Binary | 101101 | 1011 | 10001011 | 1000100 | 1011100 | 0 | 101101 | 100000000 | 1010101 | 11101 |
Color Harmonies of #2D0B8B
Complementary color
Monochromatic Colors of #2D0B8B
Black with #2D0B8B
Text Example
Text Example
White with #2D0B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0B8B; }
p { color: rgb(45,11,139); }
H1.HeaderClassName
{
color: #2D0B8B;
}
.AnyTagClassName
{
color: #2D0B8B;
}
</style>
background-color css
<style>
a { background-color: #2D0B8B; }
a { background-color: rgb(45,11,139); }
div.DivClassName
{
background-color: #2D0B8B;
}
.BgClassName
{
background-color: #2D0B8B;
}
</style>
border-color css
<style>
span { border-color: #2D0B8B; }
span { border-color: rgb(45,11,139); }
td.TdClassName
{
border-color: #2D0B8B;
}
.TagClassName
{
border-color: #2D0B8B;
}
</style>