Shades of Persian Indigo #2D1A7A
Tints of Persian Indigo #2D1A7A
RGB
CMYK
RGB Variations
Color information
#2D1A7A (or 0x2D1A7A) is known color: Persian Indigo. HEX triplet: 2D, 1A and 7A. RGB value is (45,26,122). Sum of RGB (Red+Green+Blue) = 45+26+122=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 122 (48.05% from 255 or 63.21% from 193); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D1A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1A7A is #D2E585. Grayscale: #2A2A2A. Windows color (decimal): -13821318 or 8002093. OLE color: 8002093.
HSL color Cylindrical-coordinate representation of color #2D1A7A: hue angle of 251.87º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D1A7A is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 26 | 122 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.52 |
| HSL | 251.88º | 0.65% | 0.29% | - |
| HSV(B) | 251.88º | 0.79% | 0.48% | - |
| XYZ | 4.96 | 2.7 | 18.67 | - |
| YUV | 42.63 | 172.79 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 122 | 0.63 | 0.79 | 0 | 0.52 | 251.88 | 0.65 | 0.29 |
| Hex | 2D | 1A | 7A | 3F | 4F | 0 | 34 | FC | 41 | 1D |
| Octal | 55 | 32 | 172 | 77 | 117 | 0 | 64 | 374 | 101 | 35 |
| Binary | 101101 | 11010 | 1111010 | 111111 | 1001111 | 0 | 110100 | 11111100 | 1000001 | 11101 |
Color Harmonies of #2D1A7A
Complementary color
Monochromatic Colors of #2D1A7A
Black with #2D1A7A
Text Example
Text Example
White with #2D1A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1A7A; }
p { color: rgb(45,26,122); }
H1.HeaderClassName
{
color: #2D1A7A;
}
.AnyTagClassName
{
color: #2D1A7A;
}
</style>
background-color css
<style>
a { background-color: #2D1A7A; }
a { background-color: rgb(45,26,122); }
div.DivClassName
{
background-color: #2D1A7A;
}
.BgClassName
{
background-color: #2D1A7A;
}
</style>
border-color css
<style>
span { border-color: #2D1A7A; }
span { border-color: rgb(45,26,122); }
td.TdClassName
{
border-color: #2D1A7A;
}
.TagClassName
{
border-color: #2D1A7A;
}
</style>