Shades of Persian Indigo #2D0271
Tints of Persian Indigo #2D0271
RGB
CMYK
RGB Variations
Color information
#2D0271 (or 0x2D0271) is known color: Persian Indigo. HEX triplet: 2D, 02 and 71. RGB value is (45,2,113). Sum of RGB (Red+Green+Blue) = 45+2+113=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 113 (44.53% from 255 or 70.62% from 160); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D0271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0271 is #D2FD8E. Grayscale: #1B1B1B. Windows color (decimal): -13827471 or 7406125. OLE color: 7406125.
HSL color Cylindrical-coordinate representation of color #2D0271: hue angle of 263.24º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D0271 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 2 | 113 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.56 |
| HSL | 263.24º | 0.97% | 0.23% | - |
| HSV(B) | 263.24º | 0.98% | 0.44% | - |
| XYZ | 4.08 | 1.79 | 15.75 | - |
| YUV | 27.51 | 176.25 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 113 | 0.60 | 0.98 | 0 | 0.56 | 263.24 | 0.97 | 0.23 |
| Hex | 2D | 2 | 71 | 3C | 62 | 0 | 38 | 107 | 61 | 17 |
| Octal | 55 | 2 | 161 | 74 | 142 | 0 | 70 | 407 | 141 | 27 |
| Binary | 101101 | 10 | 1110001 | 111100 | 1100010 | 0 | 111000 | 100000111 | 1100001 | 10111 |
Color Harmonies of #2D0271
Complementary color
Monochromatic Colors of #2D0271
Black with #2D0271
Text Example
Text Example
White with #2D0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0271; }
p { color: rgb(45,2,113); }
H1.HeaderClassName
{
color: #2D0271;
}
.AnyTagClassName
{
color: #2D0271;
}
</style>
background-color css
<style>
a { background-color: #2D0271; }
a { background-color: rgb(45,2,113); }
div.DivClassName
{
background-color: #2D0271;
}
.BgClassName
{
background-color: #2D0271;
}
</style>
border-color css
<style>
span { border-color: #2D0271; }
span { border-color: rgb(45,2,113); }
td.TdClassName
{
border-color: #2D0271;
}
.TagClassName
{
border-color: #2D0271;
}
</style>