Shades of Persian Indigo #2D0D7B
Tints of Persian Indigo #2D0D7B
RGB
CMYK
RGB Variations
Color information
#2D0D7B (or 0x2D0D7B) is known color: Persian Indigo. HEX triplet: 2D, 0D and 7B. RGB value is (45,13,123). Sum of RGB (Red+Green+Blue) = 45+13+123=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 123 (48.44% from 255 or 67.96% from 181); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D0D7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0D7B is #D2F284. Grayscale: #222222. Windows color (decimal): -13824645 or 8064301. OLE color: 8064301.
HSL color Cylindrical-coordinate representation of color #2D0D7B: hue angle of 257.45º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D0D7B is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 13 | 123 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.52 |
| HSL | 257.45º | 0.81% | 0.27% | - |
| HSV(B) | 257.45º | 0.89% | 0.48% | - |
| XYZ | 4.8 | 2.28 | 18.93 | - |
| YUV | 35.11 | 177.6 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 13 | 123 | 0.63 | 0.89 | 0 | 0.52 | 257.45 | 0.81 | 0.27 |
| Hex | 2D | D | 7B | 3F | 59 | 0 | 34 | 101 | 51 | 1B |
| Octal | 55 | 15 | 173 | 77 | 131 | 0 | 64 | 401 | 121 | 33 |
| Binary | 101101 | 1101 | 1111011 | 111111 | 1011001 | 0 | 110100 | 100000001 | 1010001 | 11011 |
Color Harmonies of #2D0D7B
Complementary color
Monochromatic Colors of #2D0D7B
Black with #2D0D7B
Text Example
Text Example
White with #2D0D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0D7B; }
p { color: rgb(45,13,123); }
H1.HeaderClassName
{
color: #2D0D7B;
}
.AnyTagClassName
{
color: #2D0D7B;
}
</style>
background-color css
<style>
a { background-color: #2D0D7B; }
a { background-color: rgb(45,13,123); }
div.DivClassName
{
background-color: #2D0D7B;
}
.BgClassName
{
background-color: #2D0D7B;
}
</style>
border-color css
<style>
span { border-color: #2D0D7B; }
span { border-color: rgb(45,13,123); }
td.TdClassName
{
border-color: #2D0D7B;
}
.TagClassName
{
border-color: #2D0D7B;
}
</style>