Shades of Persian Indigo #2D1A70
Tints of Persian Indigo #2D1A70
RGB
CMYK
RGB Variations
Color information
#2D1A70 (or 0x2D1A70) is known color: Persian Indigo. HEX triplet: 2D, 1A and 70. RGB value is (45,26,112). Sum of RGB (Red+Green+Blue) = 45+26+112=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D1A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1A70 is #D2E58F. Grayscale: #292929. Windows color (decimal): -13821328 or 7346733. OLE color: 7346733.
HSL color Cylindrical-coordinate representation of color #2D1A70: hue angle of 253.26º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D1A70 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 26 | 112 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.56 |
| HSL | 253.26º | 0.62% | 0.27% | - |
| HSV(B) | 253.26º | 0.77% | 0.44% | - |
| XYZ | 4.38 | 2.47 | 15.57 | - |
| YUV | 41.49 | 167.79 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 112 | 0.60 | 0.77 | 0 | 0.56 | 253.26 | 0.62 | 0.27 |
| Hex | 2D | 1A | 70 | 3C | 4D | 0 | 38 | FD | 3E | 1B |
| Octal | 55 | 32 | 160 | 74 | 115 | 0 | 70 | 375 | 76 | 33 |
| Binary | 101101 | 11010 | 1110000 | 111100 | 1001101 | 0 | 111000 | 11111101 | 111110 | 11011 |
Color Harmonies of #2D1A70
Complementary color
Monochromatic Colors of #2D1A70
Black with #2D1A70
Text Example
Text Example
White with #2D1A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1A70; }
p { color: rgb(45,26,112); }
H1.HeaderClassName
{
color: #2D1A70;
}
.AnyTagClassName
{
color: #2D1A70;
}
</style>
background-color css
<style>
a { background-color: #2D1A70; }
a { background-color: rgb(45,26,112); }
div.DivClassName
{
background-color: #2D1A70;
}
.BgClassName
{
background-color: #2D1A70;
}
</style>
border-color css
<style>
span { border-color: #2D1A70; }
span { border-color: rgb(45,26,112); }
td.TdClassName
{
border-color: #2D1A70;
}
.TagClassName
{
border-color: #2D1A70;
}
</style>