Shades of Persian Indigo #2D007C
Tints of Persian Indigo #2D007C
RGB
CMYK
RGB Variations
Color information
#2D007C (or 0x2D007C) is known color: Persian Indigo. HEX triplet: 2D, 00 and 7C. RGB value is (45,0,124). Sum of RGB (Red+Green+Blue) = 45+0+124=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 124 (48.83% from 255 or 73.37% from 169); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D007C is #D2FF83. Grayscale: #1B1B1B. Windows color (decimal): -13827972 or 8126509. OLE color: 8126509.
HSL color Cylindrical-coordinate representation of color #2D007C: hue angle of 261.77º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D007C is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 0 | 124 | - |
| CMYK | 0.64 | 1 | 0 | 0.51 |
| HSL | 261.77º | 1% | 0.24% | - |
| HSV(B) | 261.77º | 1% | 0.49% | - |
| XYZ | 4.72 | 2.01 | 19.21 | - |
| YUV | 27.59 | 182.41 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 124 | 0.64 | 1 | 0 | 0.51 | 261.77 | 1 | 0.24 |
| Hex | 2D | 0 | 7C | 40 | 64 | 0 | 33 | 106 | 64 | 18 |
| Octal | 55 | 0 | 174 | 100 | 144 | 0 | 63 | 406 | 144 | 30 |
| Binary | 101101 | 0 | 1111100 | 1000000 | 1100100 | 0 | 110011 | 100000110 | 1100100 | 11000 |
Color Harmonies of #2D007C
Complementary color
Monochromatic Colors of #2D007C
Black with #2D007C
Text Example
Text Example
White with #2D007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D007C; }
p { color: rgb(45,0,124); }
H1.HeaderClassName
{
color: #2D007C;
}
.AnyTagClassName
{
color: #2D007C;
}
</style>
background-color css
<style>
a { background-color: #2D007C; }
a { background-color: rgb(45,0,124); }
div.DivClassName
{
background-color: #2D007C;
}
.BgClassName
{
background-color: #2D007C;
}
</style>
border-color css
<style>
span { border-color: #2D007C; }
span { border-color: rgb(45,0,124); }
td.TdClassName
{
border-color: #2D007C;
}
.TagClassName
{
border-color: #2D007C;
}
</style>