Shades of Persian Indigo #2D0270
Tints of Persian Indigo #2D0270
RGB
CMYK
RGB Variations
Color information
#2D0270 (or 0x2D0270) is known color: Persian Indigo. HEX triplet: 2D, 02 and 70. RGB value is (45,2,112). Sum of RGB (Red+Green+Blue) = 45+2+112=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D0270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0270 is #D2FD8F. Grayscale: #1B1B1B. Windows color (decimal): -13827472 or 7340589. OLE color: 7340589.
HSL color Cylindrical-coordinate representation of color #2D0270: hue angle of 263.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D0270 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 2 | 112 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.56 |
| HSL | 263.45º | 0.96% | 0.22% | - |
| HSV(B) | 263.45º | 0.98% | 0.44% | - |
| XYZ | 4.03 | 1.77 | 15.46 | - |
| YUV | 27.4 | 175.75 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 112 | 0.60 | 0.98 | 0 | 0.56 | 263.45 | 0.96 | 0.22 |
| Hex | 2D | 2 | 70 | 3C | 62 | 0 | 38 | 107 | 60 | 16 |
| Octal | 55 | 2 | 160 | 74 | 142 | 0 | 70 | 407 | 140 | 26 |
| Binary | 101101 | 10 | 1110000 | 111100 | 1100010 | 0 | 111000 | 100000111 | 1100000 | 10110 |
Color Harmonies of #2D0270
Complementary color
Monochromatic Colors of #2D0270
Black with #2D0270
Text Example
Text Example
White with #2D0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0270; }
p { color: rgb(45,2,112); }
H1.HeaderClassName
{
color: #2D0270;
}
.AnyTagClassName
{
color: #2D0270;
}
</style>
background-color css
<style>
a { background-color: #2D0270; }
a { background-color: rgb(45,2,112); }
div.DivClassName
{
background-color: #2D0270;
}
.BgClassName
{
background-color: #2D0270;
}
</style>
border-color css
<style>
span { border-color: #2D0270; }
span { border-color: rgb(45,2,112); }
td.TdClassName
{
border-color: #2D0270;
}
.TagClassName
{
border-color: #2D0270;
}
</style>