Shades of Persian Indigo #2D157C
Tints of Persian Indigo #2D157C
RGB
CMYK
RGB Variations
Color information
#2D157C (or 0x2D157C) is known color: Persian Indigo. HEX triplet: 2D, 15 and 7C. RGB value is (45,21,124). Sum of RGB (Red+Green+Blue) = 45+21+124=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D157C is #D2EA83. Grayscale: #272727. Windows color (decimal): -13822596 or 8131885. OLE color: 8131885.
HSL color Cylindrical-coordinate representation of color #2D157C: hue angle of 253.98º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D157C is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 21 | 124 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.51 |
| HSL | 253.98º | 0.71% | 0.28% | - |
| HSV(B) | 253.98º | 0.83% | 0.49% | - |
| XYZ | 4.99 | 2.55 | 19.3 | - |
| YUV | 39.92 | 175.45 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 124 | 0.64 | 0.83 | 0 | 0.51 | 253.98 | 0.71 | 0.28 |
| Hex | 2D | 15 | 7C | 40 | 53 | 0 | 33 | FE | 47 | 1C |
| Octal | 55 | 25 | 174 | 100 | 123 | 0 | 63 | 376 | 107 | 34 |
| Binary | 101101 | 10101 | 1111100 | 1000000 | 1010011 | 0 | 110011 | 11111110 | 1000111 | 11100 |
Color Harmonies of #2D157C
Complementary color
Monochromatic Colors of #2D157C
Black with #2D157C
Text Example
Text Example
White with #2D157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D157C; }
p { color: rgb(45,21,124); }
H1.HeaderClassName
{
color: #2D157C;
}
.AnyTagClassName
{
color: #2D157C;
}
</style>
background-color css
<style>
a { background-color: #2D157C; }
a { background-color: rgb(45,21,124); }
div.DivClassName
{
background-color: #2D157C;
}
.BgClassName
{
background-color: #2D157C;
}
</style>
border-color css
<style>
span { border-color: #2D157C; }
span { border-color: rgb(45,21,124); }
td.TdClassName
{
border-color: #2D157C;
}
.TagClassName
{
border-color: #2D157C;
}
</style>