Shades of Persian Indigo #2D1678
Tints of Persian Indigo #2D1678
RGB
CMYK
RGB Variations
Color information
#2D1678 (or 0x2D1678) is known color: Persian Indigo. HEX triplet: 2D, 16 and 78. RGB value is (45,22,120). Sum of RGB (Red+Green+Blue) = 45+22+120=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D1678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1678 is #D2E987. Grayscale: #272727. Windows color (decimal): -13822344 or 7869997. OLE color: 7869997.
HSL color Cylindrical-coordinate representation of color #2D1678: hue angle of 254.08º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D1678 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 22 | 120 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.53 |
| HSL | 254.08º | 0.69% | 0.28% | - |
| HSV(B) | 254.08º | 0.82% | 0.47% | - |
| XYZ | 4.76 | 2.49 | 18 | - |
| YUV | 40.05 | 173.12 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 120 | 0.63 | 0.82 | 0 | 0.53 | 254.08 | 0.69 | 0.28 |
| Hex | 2D | 16 | 78 | 3F | 52 | 0 | 35 | FE | 45 | 1C |
| Octal | 55 | 26 | 170 | 77 | 122 | 0 | 65 | 376 | 105 | 34 |
| Binary | 101101 | 10110 | 1111000 | 111111 | 1010010 | 0 | 110101 | 11111110 | 1000101 | 11100 |
Color Harmonies of #2D1678
Complementary color
Monochromatic Colors of #2D1678
Black with #2D1678
Text Example
Text Example
White with #2D1678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1678; }
p { color: rgb(45,22,120); }
H1.HeaderClassName
{
color: #2D1678;
}
.AnyTagClassName
{
color: #2D1678;
}
</style>
background-color css
<style>
a { background-color: #2D1678; }
a { background-color: rgb(45,22,120); }
div.DivClassName
{
background-color: #2D1678;
}
.BgClassName
{
background-color: #2D1678;
}
</style>
border-color css
<style>
span { border-color: #2D1678; }
span { border-color: rgb(45,22,120); }
td.TdClassName
{
border-color: #2D1678;
}
.TagClassName
{
border-color: #2D1678;
}
</style>