Shades of Persian Indigo #2D247D
Tints of Persian Indigo #2D247D
RGB
CMYK
RGB Variations
Color information
#2D247D (or 0x2D247D) is known color: Persian Indigo. HEX triplet: 2D, 24 and 7D. RGB value is (45,36,125). Sum of RGB (Red+Green+Blue) = 45+36+125=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #2D247D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D247D is #D2DB82. Grayscale: #303030. Windows color (decimal): -13818755 or 8201261. OLE color: 8201261.
HSL color Cylindrical-coordinate representation of color #2D247D: hue angle of 246.07º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D247D is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 36 | 125 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.51 |
| HSL | 246.07º | 0.55% | 0.32% | - |
| HSV(B) | 246.07º | 0.71% | 0.49% | - |
| XYZ | 5.41 | 3.3 | 19.75 | - |
| YUV | 48.84 | 170.98 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 125 | 0.64 | 0.71 | 0 | 0.51 | 246.07 | 0.55 | 0.32 |
| Hex | 2D | 24 | 7D | 40 | 47 | 0 | 33 | F6 | 37 | 20 |
| Octal | 55 | 44 | 175 | 100 | 107 | 0 | 63 | 366 | 67 | 40 |
| Binary | 101101 | 100100 | 1111101 | 1000000 | 1000111 | 0 | 110011 | 11110110 | 110111 | 100000 |
Color Harmonies of #2D247D
Complementary color
Monochromatic Colors of #2D247D
Black with #2D247D
Text Example
Text Example
White with #2D247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D247D; }
p { color: rgb(45,36,125); }
H1.HeaderClassName
{
color: #2D247D;
}
.AnyTagClassName
{
color: #2D247D;
}
</style>
background-color css
<style>
a { background-color: #2D247D; }
a { background-color: rgb(45,36,125); }
div.DivClassName
{
background-color: #2D247D;
}
.BgClassName
{
background-color: #2D247D;
}
</style>
border-color css
<style>
span { border-color: #2D247D; }
span { border-color: rgb(45,36,125); }
td.TdClassName
{
border-color: #2D247D;
}
.TagClassName
{
border-color: #2D247D;
}
</style>