Shades of Persian Indigo #2D047B
Tints of Persian Indigo #2D047B
RGB
CMYK
RGB Variations
Color information
#2D047B (or 0x2D047B) is known color: Persian Indigo. HEX triplet: 2D, 04 and 7B. RGB value is (45,4,123). Sum of RGB (Red+Green+Blue) = 45+4+123=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 123 (48.44% from 255 or 71.51% from 172); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D047B is #D2FB84. Grayscale: #1D1D1D. Windows color (decimal): -13826949 or 8061997. OLE color: 8061997.
HSL color Cylindrical-coordinate representation of color #2D047B: hue angle of 260.67º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D047B is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 4 | 123 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.52 |
| HSL | 260.67º | 0.94% | 0.25% | - |
| HSV(B) | 260.67º | 0.97% | 0.48% | - |
| XYZ | 4.7 | 2.07 | 18.89 | - |
| YUV | 29.83 | 180.58 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 123 | 0.63 | 0.97 | 0 | 0.52 | 260.67 | 0.94 | 0.25 |
| Hex | 2D | 4 | 7B | 3F | 61 | 0 | 34 | 105 | 5E | 19 |
| Octal | 55 | 4 | 173 | 77 | 141 | 0 | 64 | 405 | 136 | 31 |
| Binary | 101101 | 100 | 1111011 | 111111 | 1100001 | 0 | 110100 | 100000101 | 1011110 | 11001 |
Color Harmonies of #2D047B
Complementary color
Monochromatic Colors of #2D047B
Black with #2D047B
Text Example
Text Example
White with #2D047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D047B; }
p { color: rgb(45,4,123); }
H1.HeaderClassName
{
color: #2D047B;
}
.AnyTagClassName
{
color: #2D047B;
}
</style>
background-color css
<style>
a { background-color: #2D047B; }
a { background-color: rgb(45,4,123); }
div.DivClassName
{
background-color: #2D047B;
}
.BgClassName
{
background-color: #2D047B;
}
</style>
border-color css
<style>
span { border-color: #2D047B; }
span { border-color: rgb(45,4,123); }
td.TdClassName
{
border-color: #2D047B;
}
.TagClassName
{
border-color: #2D047B;
}
</style>