Shades of Persian Indigo #2D1679
Tints of Persian Indigo #2D1679
RGB
CMYK
RGB Variations
Color information
#2D1679 (or 0x2D1679) is known color: Persian Indigo. HEX triplet: 2D, 16 and 79. RGB value is (45,22,121). Sum of RGB (Red+Green+Blue) = 45+22+121=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 121 (47.66% from 255 or 64.36% from 188); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D1679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1679 is #D2E986. Grayscale: #272727. Windows color (decimal): -13822343 or 7935533. OLE color: 7935533.
HSL color Cylindrical-coordinate representation of color #2D1679: hue angle of 253.94º 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 #2D1679 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 22 | 121 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.53 |
| HSL | 253.94º | 0.69% | 0.28% | - |
| HSV(B) | 253.94º | 0.82% | 0.47% | - |
| XYZ | 4.82 | 2.51 | 18.32 | - |
| YUV | 40.16 | 173.62 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 121 | 0.63 | 0.82 | 0 | 0.53 | 253.94 | 0.69 | 0.28 |
| Hex | 2D | 16 | 79 | 3F | 52 | 0 | 35 | FE | 45 | 1C |
| Octal | 55 | 26 | 171 | 77 | 122 | 0 | 65 | 376 | 105 | 34 |
| Binary | 101101 | 10110 | 1111001 | 111111 | 1010010 | 0 | 110101 | 11111110 | 1000101 | 11100 |
Color Harmonies of #2D1679
Complementary color
Monochromatic Colors of #2D1679
Black with #2D1679
Text Example
Text Example
White with #2D1679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1679; }
p { color: rgb(45,22,121); }
H1.HeaderClassName
{
color: #2D1679;
}
.AnyTagClassName
{
color: #2D1679;
}
</style>
background-color css
<style>
a { background-color: #2D1679; }
a { background-color: rgb(45,22,121); }
div.DivClassName
{
background-color: #2D1679;
}
.BgClassName
{
background-color: #2D1679;
}
</style>
border-color css
<style>
span { border-color: #2D1679; }
span { border-color: rgb(45,22,121); }
td.TdClassName
{
border-color: #2D1679;
}
.TagClassName
{
border-color: #2D1679;
}
</style>