Shades of Persian Indigo #2D208A
Tints of Persian Indigo #2D208A
RGB
CMYK
RGB Variations
Color information
#2D208A (or 0x2D208A) is known color: Persian Indigo. HEX triplet: 2D, 20 and 8A. RGB value is (45,32,138). Sum of RGB (Red+Green+Blue) = 45+32+138=215 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.93% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D208A is #D2DF75. Grayscale: #2F2F2F. Windows color (decimal): -13819766 or 9052205. OLE color: 9052205.
HSL color Cylindrical-coordinate representation of color #2D208A: hue angle of 247.36º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D208A is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 32 | 138 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.46 |
| HSL | 247.36º | 0.62% | 0.33% | - |
| HSV(B) | 247.36º | 0.77% | 0.54% | - |
| XYZ | 6.19 | 3.43 | 24.38 | - |
| YUV | 47.97 | 178.81 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 138 | 0.67 | 0.77 | 0 | 0.46 | 247.36 | 0.62 | 0.33 |
| Hex | 2D | 20 | 8A | 43 | 4D | 0 | 2E | F7 | 3E | 21 |
| Octal | 55 | 40 | 212 | 103 | 115 | 0 | 56 | 367 | 76 | 41 |
| Binary | 101101 | 100000 | 10001010 | 1000011 | 1001101 | 0 | 101110 | 11110111 | 111110 | 100001 |
Color Harmonies of #2D208A
Complementary color
Monochromatic Colors of #2D208A
Black with #2D208A
Text Example
Text Example
White with #2D208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D208A; }
p { color: rgb(45,32,138); }
H1.HeaderClassName
{
color: #2D208A;
}
.AnyTagClassName
{
color: #2D208A;
}
</style>
background-color css
<style>
a { background-color: #2D208A; }
a { background-color: rgb(45,32,138); }
div.DivClassName
{
background-color: #2D208A;
}
.BgClassName
{
background-color: #2D208A;
}
</style>
border-color css
<style>
span { border-color: #2D208A; }
span { border-color: rgb(45,32,138); }
td.TdClassName
{
border-color: #2D208A;
}
.TagClassName
{
border-color: #2D208A;
}
</style>