Shades of Persian Indigo #2D107C
Tints of Persian Indigo #2D107C
RGB
CMYK
RGB Variations
Color information
#2D107C (or 0x2D107C) is known color: Persian Indigo. HEX triplet: 2D, 10 and 7C. RGB value is (45,16,124). Sum of RGB (Red+Green+Blue) = 45+16+124=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D107C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D107C is #D2EF83. Grayscale: #242424. Windows color (decimal): -13823876 or 8130605. OLE color: 8130605.
HSL color Cylindrical-coordinate representation of color #2D107C: hue angle of 256.11º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D107C is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 16 | 124 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.51 |
| HSL | 256.11º | 0.77% | 0.27% | - |
| HSV(B) | 256.11º | 0.87% | 0.49% | - |
| XYZ | 4.91 | 2.38 | 19.27 | - |
| YUV | 36.98 | 177.11 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 124 | 0.64 | 0.87 | 0 | 0.51 | 256.11 | 0.77 | 0.27 |
| Hex | 2D | 10 | 7C | 40 | 57 | 0 | 33 | 100 | 4D | 1B |
| Octal | 55 | 20 | 174 | 100 | 127 | 0 | 63 | 400 | 115 | 33 |
| Binary | 101101 | 10000 | 1111100 | 1000000 | 1010111 | 0 | 110011 | 100000000 | 1001101 | 11011 |
Color Harmonies of #2D107C
Complementary color
Monochromatic Colors of #2D107C
Black with #2D107C
Text Example
Text Example
White with #2D107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D107C; }
p { color: rgb(45,16,124); }
H1.HeaderClassName
{
color: #2D107C;
}
.AnyTagClassName
{
color: #2D107C;
}
</style>
background-color css
<style>
a { background-color: #2D107C; }
a { background-color: rgb(45,16,124); }
div.DivClassName
{
background-color: #2D107C;
}
.BgClassName
{
background-color: #2D107C;
}
</style>
border-color css
<style>
span { border-color: #2D107C; }
span { border-color: rgb(45,16,124); }
td.TdClassName
{
border-color: #2D107C;
}
.TagClassName
{
border-color: #2D107C;
}
</style>