Shades of Persian Indigo #2D1078
Tints of Persian Indigo #2D1078
RGB
CMYK
RGB Variations
Color information
#2D1078 (or 0x2D1078) is known color: Persian Indigo. HEX triplet: 2D, 10 and 78. RGB value is (45,16,120). Sum of RGB (Red+Green+Blue) = 45+16+120=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D1078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1078 is #D2EF87. Grayscale: #242424. Windows color (decimal): -13823880 or 7868461. OLE color: 7868461.
HSL color Cylindrical-coordinate representation of color #2D1078: hue angle of 256.73º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D1078 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 16 | 120 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.53 |
| HSL | 256.73º | 0.76% | 0.27% | - |
| HSV(B) | 256.73º | 0.87% | 0.47% | - |
| XYZ | 4.66 | 2.28 | 17.96 | - |
| YUV | 36.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 120 | 0.63 | 0.87 | 0 | 0.53 | 256.73 | 0.76 | 0.27 |
| Hex | 2D | 10 | 78 | 3F | 57 | 0 | 35 | 101 | 4C | 1B |
| Octal | 55 | 20 | 170 | 77 | 127 | 0 | 65 | 401 | 114 | 33 |
| Binary | 101101 | 10000 | 1111000 | 111111 | 1010111 | 0 | 110101 | 100000001 | 1001100 | 11011 |
Color Harmonies of #2D1078
Complementary color
Monochromatic Colors of #2D1078
Black with #2D1078
Text Example
Text Example
White with #2D1078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1078; }
p { color: rgb(45,16,120); }
H1.HeaderClassName
{
color: #2D1078;
}
.AnyTagClassName
{
color: #2D1078;
}
</style>
background-color css
<style>
a { background-color: #2D1078; }
a { background-color: rgb(45,16,120); }
div.DivClassName
{
background-color: #2D1078;
}
.BgClassName
{
background-color: #2D1078;
}
</style>
border-color css
<style>
span { border-color: #2D1078; }
span { border-color: rgb(45,16,120); }
td.TdClassName
{
border-color: #2D1078;
}
.TagClassName
{
border-color: #2D1078;
}
</style>