Shades of Persian Indigo #2D147D
Tints of Persian Indigo #2D147D
RGB
CMYK
RGB Variations
Color information
#2D147D (or 0x2D147D) is known color: Persian Indigo. HEX triplet: 2D, 14 and 7D. RGB value is (45,20,125). Sum of RGB (Red+Green+Blue) = 45+20+125=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #2D147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D147D is #D2EB82. Grayscale: #272727. Windows color (decimal): -13822851 or 8197165. OLE color: 8197165.
HSL color Cylindrical-coordinate representation of color #2D147D: hue angle of 254.29º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D147D is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 20 | 125 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.51 |
| HSL | 254.29º | 0.72% | 0.28% | - |
| HSV(B) | 254.29º | 0.84% | 0.49% | - |
| XYZ | 5.03 | 2.54 | 19.63 | - |
| YUV | 39.45 | 176.28 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 125 | 0.64 | 0.84 | 0 | 0.51 | 254.29 | 0.72 | 0.28 |
| Hex | 2D | 14 | 7D | 40 | 54 | 0 | 33 | FE | 48 | 1C |
| Octal | 55 | 24 | 175 | 100 | 124 | 0 | 63 | 376 | 110 | 34 |
| Binary | 101101 | 10100 | 1111101 | 1000000 | 1010100 | 0 | 110011 | 11111110 | 1001000 | 11100 |
Color Harmonies of #2D147D
Complementary color
Monochromatic Colors of #2D147D
Black with #2D147D
Text Example
Text Example
White with #2D147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D147D; }
p { color: rgb(45,20,125); }
H1.HeaderClassName
{
color: #2D147D;
}
.AnyTagClassName
{
color: #2D147D;
}
</style>
background-color css
<style>
a { background-color: #2D147D; }
a { background-color: rgb(45,20,125); }
div.DivClassName
{
background-color: #2D147D;
}
.BgClassName
{
background-color: #2D147D;
}
</style>
border-color css
<style>
span { border-color: #2D147D; }
span { border-color: rgb(45,20,125); }
td.TdClassName
{
border-color: #2D147D;
}
.TagClassName
{
border-color: #2D147D;
}
</style>