Shades of Persian Indigo #2D1093
Tints of Persian Indigo #2D1093
RGB
CMYK
RGB Variations
Color information
#2D1093 (or 0x2D1093) is known color: Persian Indigo. HEX triplet: 2D, 10 and 93. RGB value is (45,16,147). Sum of RGB (Red+Green+Blue) = 45+16+147=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 147 (57.81% from 255 or 70.67% from 208); Max value from RGB is 147 - color contains mainly: blue. Hex color #2D1093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1093 is #D2EF6C. Grayscale: #272727. Windows color (decimal): -13823853 or 9637933. OLE color: 9637933.
HSL color Cylindrical-coordinate representation of color #2D1093: hue angle of 253.28º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D1093 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 16 | 147 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.42 |
| HSL | 253.28º | 0.8% | 0.32% | - |
| HSV(B) | 253.28º | 0.89% | 0.58% | - |
| XYZ | 6.53 | 3.04 | 27.85 | - |
| YUV | 39.61 | 188.61 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 147 | 0.69 | 0.89 | 0 | 0.42 | 253.28 | 0.8 | 0.32 |
| Hex | 2D | 10 | 93 | 45 | 59 | 0 | 2A | FD | 50 | 20 |
| Octal | 55 | 20 | 223 | 105 | 131 | 0 | 52 | 375 | 120 | 40 |
| Binary | 101101 | 10000 | 10010011 | 1000101 | 1011001 | 0 | 101010 | 11111101 | 1010000 | 100000 |
Color Harmonies of #2D1093
Complementary color
Monochromatic Colors of #2D1093
Black with #2D1093
Text Example
Text Example
White with #2D1093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1093; }
p { color: rgb(45,16,147); }
H1.HeaderClassName
{
color: #2D1093;
}
.AnyTagClassName
{
color: #2D1093;
}
</style>
background-color css
<style>
a { background-color: #2D1093; }
a { background-color: rgb(45,16,147); }
div.DivClassName
{
background-color: #2D1093;
}
.BgClassName
{
background-color: #2D1093;
}
</style>
border-color css
<style>
span { border-color: #2D1093; }
span { border-color: rgb(45,16,147); }
td.TdClassName
{
border-color: #2D1093;
}
.TagClassName
{
border-color: #2D1093;
}
</style>