Shades of Persian Indigo #2D1378
Tints of Persian Indigo #2D1378
RGB
CMYK
RGB Variations
Color information
#2D1378 (or 0x2D1378) is known color: Persian Indigo. HEX triplet: 2D, 13 and 78. RGB value is (45,19,120). Sum of RGB (Red+Green+Blue) = 45+19+120=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 120 (47.27% from 255 or 65.22% from 184); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D1378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1378 is #D2EC87. Grayscale: #252525. Windows color (decimal): -13823112 or 7869229. OLE color: 7869229.
HSL color Cylindrical-coordinate representation of color #2D1378: hue angle of 255.45º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1378 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 19 | 120 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.53 |
| HSL | 255.45º | 0.73% | 0.27% | - |
| HSV(B) | 255.45º | 0.84% | 0.47% | - |
| XYZ | 4.71 | 2.38 | 17.98 | - |
| YUV | 38.29 | 174.11 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 120 | 0.63 | 0.84 | 0 | 0.53 | 255.45 | 0.73 | 0.27 |
| Hex | 2D | 13 | 78 | 3F | 54 | 0 | 35 | FF | 49 | 1B |
| Octal | 55 | 23 | 170 | 77 | 124 | 0 | 65 | 377 | 111 | 33 |
| Binary | 101101 | 10011 | 1111000 | 111111 | 1010100 | 0 | 110101 | 11111111 | 1001001 | 11011 |
Color Harmonies of #2D1378
Complementary color
Monochromatic Colors of #2D1378
Black with #2D1378
Text Example
Text Example
White with #2D1378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1378; }
p { color: rgb(45,19,120); }
H1.HeaderClassName
{
color: #2D1378;
}
.AnyTagClassName
{
color: #2D1378;
}
</style>
background-color css
<style>
a { background-color: #2D1378; }
a { background-color: rgb(45,19,120); }
div.DivClassName
{
background-color: #2D1378;
}
.BgClassName
{
background-color: #2D1378;
}
</style>
border-color css
<style>
span { border-color: #2D1378; }
span { border-color: rgb(45,19,120); }
td.TdClassName
{
border-color: #2D1378;
}
.TagClassName
{
border-color: #2D1378;
}
</style>