Shades of Persian Indigo #2D2687
Tints of Persian Indigo #2D2687
RGB
CMYK
RGB Variations
Color information
#2D2687 (or 0x2D2687) is known color: Persian Indigo. HEX triplet: 2D, 26 and 87. RGB value is (45,38,135). Sum of RGB (Red+Green+Blue) = 45+38+135=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #2D2687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2687 is #D2D978. Grayscale: #323232. Windows color (decimal): -13818233 or 8857133. OLE color: 8857133.
HSL color Cylindrical-coordinate representation of color #2D2687: hue angle of 244.33º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D2687 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 38 | 135 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.47 |
| HSL | 244.33º | 0.56% | 0.34% | - |
| HSV(B) | 244.33º | 0.72% | 0.53% | - |
| XYZ | 6.15 | 3.69 | 23.31 | - |
| YUV | 51.15 | 175.32 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 135 | 0.67 | 0.72 | 0 | 0.47 | 244.33 | 0.56 | 0.34 |
| Hex | 2D | 26 | 87 | 43 | 48 | 0 | 2F | F4 | 38 | 22 |
| Octal | 55 | 46 | 207 | 103 | 110 | 0 | 57 | 364 | 70 | 42 |
| Binary | 101101 | 100110 | 10000111 | 1000011 | 1001000 | 0 | 101111 | 11110100 | 111000 | 100010 |
Color Harmonies of #2D2687
Complementary color
Monochromatic Colors of #2D2687
Black with #2D2687
Text Example
Text Example
White with #2D2687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2687; }
p { color: rgb(45,38,135); }
H1.HeaderClassName
{
color: #2D2687;
}
.AnyTagClassName
{
color: #2D2687;
}
</style>
background-color css
<style>
a { background-color: #2D2687; }
a { background-color: rgb(45,38,135); }
div.DivClassName
{
background-color: #2D2687;
}
.BgClassName
{
background-color: #2D2687;
}
</style>
border-color css
<style>
span { border-color: #2D2687; }
span { border-color: rgb(45,38,135); }
td.TdClassName
{
border-color: #2D2687;
}
.TagClassName
{
border-color: #2D2687;
}
</style>