Shades of Persian Indigo #2D257F
Tints of Persian Indigo #2D257F
RGB
CMYK
RGB Variations
Color information
#2D257F (or 0x2D257F) is known color: Persian Indigo. HEX triplet: 2D, 25 and 7F. RGB value is (45,37,127). Sum of RGB (Red+Green+Blue) = 45+37+127=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #2D257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D257F is #D2DA80. Grayscale: #313131. Windows color (decimal): -13818497 or 8332589. OLE color: 8332589.
HSL color Cylindrical-coordinate representation of color #2D257F: hue angle of 245.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D257F is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 45 | 37 | 127 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.50 |
| HSL | 245.33º | 0.55% | 0.32% | - |
| HSV(B) | 245.33º | 0.71% | 0.5% | - |
| XYZ | 5.57 | 3.41 | 20.44 | - |
| YUV | 49.65 | 171.65 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 127 | 0.65 | 0.71 | 0 | 0.50 | 245.33 | 0.55 | 0.32 |
| Hex | 2D | 25 | 7F | 41 | 47 | 0 | 32 | F5 | 37 | 20 |
| Octal | 55 | 45 | 177 | 101 | 107 | 0 | 62 | 365 | 67 | 40 |
| Binary | 101101 | 100101 | 1111111 | 1000001 | 1000111 | 0 | 110010 | 11110101 | 110111 | 100000 |
Color Harmonies of #2D257F
Complementary color
Monochromatic Colors of #2D257F
Black with #2D257F
Text Example
Text Example
White with #2D257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D257F; }
p { color: rgb(45,37,127); }
H1.HeaderClassName
{
color: #2D257F;
}
.AnyTagClassName
{
color: #2D257F;
}
</style>
background-color css
<style>
a { background-color: #2D257F; }
a { background-color: rgb(45,37,127); }
div.DivClassName
{
background-color: #2D257F;
}
.BgClassName
{
background-color: #2D257F;
}
</style>
border-color css
<style>
span { border-color: #2D257F; }
span { border-color: rgb(45,37,127); }
td.TdClassName
{
border-color: #2D257F;
}
.TagClassName
{
border-color: #2D257F;
}
</style>