Shades of Persian Indigo #2D1075
Tints of Persian Indigo #2D1075
RGB
CMYK
RGB Variations
Color information
#2D1075 (or 0x2D1075) is known color: Persian Indigo. HEX triplet: 2D, 10 and 75. RGB value is (45,16,117). Sum of RGB (Red+Green+Blue) = 45+16+117=178 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.28% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D1075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1075 is #D2EF8A. Grayscale: #232323. Windows color (decimal): -13823883 or 7671853. OLE color: 7671853.
HSL color Cylindrical-coordinate representation of color #2D1075: hue angle of 257.23º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D1075 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 16 | 117 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.54 |
| HSL | 257.23º | 0.76% | 0.26% | - |
| HSV(B) | 257.23º | 0.86% | 0.46% | - |
| XYZ | 4.48 | 2.21 | 17.02 | - |
| YUV | 36.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 117 | 0.62 | 0.86 | 0 | 0.54 | 257.23 | 0.76 | 0.26 |
| Hex | 2D | 10 | 75 | 3E | 56 | 0 | 36 | 101 | 4C | 1A |
| Octal | 55 | 20 | 165 | 76 | 126 | 0 | 66 | 401 | 114 | 32 |
| Binary | 101101 | 10000 | 1110101 | 111110 | 1010110 | 0 | 110110 | 100000001 | 1001100 | 11010 |
Color Harmonies of #2D1075
Complementary color
Monochromatic Colors of #2D1075
Black with #2D1075
Text Example
Text Example
White with #2D1075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1075; }
p { color: rgb(45,16,117); }
H1.HeaderClassName
{
color: #2D1075;
}
.AnyTagClassName
{
color: #2D1075;
}
</style>
background-color css
<style>
a { background-color: #2D1075; }
a { background-color: rgb(45,16,117); }
div.DivClassName
{
background-color: #2D1075;
}
.BgClassName
{
background-color: #2D1075;
}
</style>
border-color css
<style>
span { border-color: #2D1075; }
span { border-color: rgb(45,16,117); }
td.TdClassName
{
border-color: #2D1075;
}
.TagClassName
{
border-color: #2D1075;
}
</style>