Shades of Persian Indigo #2D0074
Tints of Persian Indigo #2D0074
RGB
CMYK
RGB Variations
Color information
#2D0074 (or 0x2D0074) is known color: Persian Indigo. HEX triplet: 2D, 00 and 74. RGB value is (45,0,116). Sum of RGB (Red+Green+Blue) = 45+0+116=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 116 (45.70% from 255 or 72.05% from 161); Max value from RGB is 116 - color contains mainly: blue. Hex color #2D0074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0074 is #D2FF8B. Grayscale: #1A1A1A. Windows color (decimal): -13827980 or 7602221. OLE color: 7602221.
HSL color Cylindrical-coordinate representation of color #2D0074: hue angle of 263.28º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0074 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 0 | 116 | - |
| CMYK | 0.61 | 1 | 0 | 0.55 |
| HSL | 263.28º | 1% | 0.23% | - |
| HSV(B) | 263.28º | 1% | 0.45% | - |
| XYZ | 4.23 | 1.82 | 16.65 | - |
| YUV | 26.68 | 178.41 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 116 | 0.61 | 1 | 0 | 0.55 | 263.28 | 1 | 0.23 |
| Hex | 2D | 0 | 74 | 3D | 64 | 0 | 37 | 107 | 64 | 17 |
| Octal | 55 | 0 | 164 | 75 | 144 | 0 | 67 | 407 | 144 | 27 |
| Binary | 101101 | 0 | 1110100 | 111101 | 1100100 | 0 | 110111 | 100000111 | 1100100 | 10111 |
Color Harmonies of #2D0074
Complementary color
Monochromatic Colors of #2D0074
Black with #2D0074
Text Example
Text Example
White with #2D0074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0074; }
p { color: rgb(45,0,116); }
H1.HeaderClassName
{
color: #2D0074;
}
.AnyTagClassName
{
color: #2D0074;
}
</style>
background-color css
<style>
a { background-color: #2D0074; }
a { background-color: rgb(45,0,116); }
div.DivClassName
{
background-color: #2D0074;
}
.BgClassName
{
background-color: #2D0074;
}
</style>
border-color css
<style>
span { border-color: #2D0074; }
span { border-color: rgb(45,0,116); }
td.TdClassName
{
border-color: #2D0074;
}
.TagClassName
{
border-color: #2D0074;
}
</style>