Shades of Persian Indigo #2D136C
Tints of Persian Indigo #2D136C
RGB
CMYK
RGB Variations
Color information
#2D136C (or 0x2D136C) is known color: Persian Indigo. HEX triplet: 2D, 13 and 6C. RGB value is (45,19,108). Sum of RGB (Red+Green+Blue) = 45+19+108=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D136C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D136C is #D2EC93. Grayscale: #242424. Windows color (decimal): -13823124 or 7082797. OLE color: 7082797.
HSL color Cylindrical-coordinate representation of color #2D136C: hue angle of 257.53º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D136C is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 19 | 108 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.58 |
| HSL | 257.53º | 0.7% | 0.25% | - |
| HSV(B) | 257.53º | 0.82% | 0.42% | - |
| XYZ | 4.02 | 2.11 | 14.38 | - |
| YUV | 36.92 | 168.11 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 108 | 0.58 | 0.82 | 0 | 0.58 | 257.53 | 0.7 | 0.25 |
| Hex | 2D | 13 | 6C | 3A | 52 | 0 | 3A | 102 | 46 | 19 |
| Octal | 55 | 23 | 154 | 72 | 122 | 0 | 72 | 402 | 106 | 31 |
| Binary | 101101 | 10011 | 1101100 | 111010 | 1010010 | 0 | 111010 | 100000010 | 1000110 | 11001 |
Color Harmonies of #2D136C
Complementary color
Monochromatic Colors of #2D136C
Black with #2D136C
Text Example
Text Example
White with #2D136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D136C; }
p { color: rgb(45,19,108); }
H1.HeaderClassName
{
color: #2D136C;
}
.AnyTagClassName
{
color: #2D136C;
}
</style>
background-color css
<style>
a { background-color: #2D136C; }
a { background-color: rgb(45,19,108); }
div.DivClassName
{
background-color: #2D136C;
}
.BgClassName
{
background-color: #2D136C;
}
</style>
border-color css
<style>
span { border-color: #2D136C; }
span { border-color: rgb(45,19,108); }
td.TdClassName
{
border-color: #2D136C;
}
.TagClassName
{
border-color: #2D136C;
}
</style>