Shades of Persian Indigo #2D2483
Tints of Persian Indigo #2D2483
RGB
CMYK
RGB Variations
Color information
#2D2483 (or 0x2D2483) is known color: Persian Indigo. HEX triplet: 2D, 24 and 83. RGB value is (45,36,131). Sum of RGB (Red+Green+Blue) = 45+36+131=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #2D2483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2483 is #D2DB7C. Grayscale: #313131. Windows color (decimal): -13818749 or 8594477. OLE color: 8594477.
HSL color Cylindrical-coordinate representation of color #2D2483: hue angle of 245.68º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D2483 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 36 | 131 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.49 |
| HSL | 245.68º | 0.57% | 0.33% | - |
| HSV(B) | 245.68º | 0.73% | 0.51% | - |
| XYZ | 5.81 | 3.46 | 21.83 | - |
| YUV | 49.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 131 | 0.66 | 0.73 | 0 | 0.49 | 245.68 | 0.57 | 0.33 |
| Hex | 2D | 24 | 83 | 42 | 49 | 0 | 31 | F6 | 39 | 21 |
| Octal | 55 | 44 | 203 | 102 | 111 | 0 | 61 | 366 | 71 | 41 |
| Binary | 101101 | 100100 | 10000011 | 1000010 | 1001001 | 0 | 110001 | 11110110 | 111001 | 100001 |
Color Harmonies of #2D2483
Complementary color
Monochromatic Colors of #2D2483
Black with #2D2483
Text Example
Text Example
White with #2D2483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2483; }
p { color: rgb(45,36,131); }
H1.HeaderClassName
{
color: #2D2483;
}
.AnyTagClassName
{
color: #2D2483;
}
</style>
background-color css
<style>
a { background-color: #2D2483; }
a { background-color: rgb(45,36,131); }
div.DivClassName
{
background-color: #2D2483;
}
.BgClassName
{
background-color: #2D2483;
}
</style>
border-color css
<style>
span { border-color: #2D2483; }
span { border-color: rgb(45,36,131); }
td.TdClassName
{
border-color: #2D2483;
}
.TagClassName
{
border-color: #2D2483;
}
</style>