Shades of Persian Indigo #2D106E
Tints of Persian Indigo #2D106E
RGB
CMYK
RGB Variations
Color information
#2D106E (or 0x2D106E) is known color: Persian Indigo. HEX triplet: 2D, 10 and 6E. RGB value is (45,16,110). Sum of RGB (Red+Green+Blue) = 45+16+110=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D106E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D106E is #D2EF91. Grayscale: #232323. Windows color (decimal): -13823890 or 7213101. OLE color: 7213101.
HSL color Cylindrical-coordinate representation of color #2D106E: hue angle of 258.51º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D106E is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 16 | 110 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.57 |
| HSL | 258.51º | 0.75% | 0.25% | - |
| HSV(B) | 258.51º | 0.85% | 0.43% | - |
| XYZ | 4.08 | 2.05 | 14.93 | - |
| YUV | 35.39 | 170.11 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 110 | 0.59 | 0.85 | 0 | 0.57 | 258.51 | 0.75 | 0.25 |
| Hex | 2D | 10 | 6E | 3B | 55 | 0 | 39 | 103 | 4B | 19 |
| Octal | 55 | 20 | 156 | 73 | 125 | 0 | 71 | 403 | 113 | 31 |
| Binary | 101101 | 10000 | 1101110 | 111011 | 1010101 | 0 | 111001 | 100000011 | 1001011 | 11001 |
Color Harmonies of #2D106E
Complementary color
Monochromatic Colors of #2D106E
Black with #2D106E
Text Example
Text Example
White with #2D106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D106E; }
p { color: rgb(45,16,110); }
H1.HeaderClassName
{
color: #2D106E;
}
.AnyTagClassName
{
color: #2D106E;
}
</style>
background-color css
<style>
a { background-color: #2D106E; }
a { background-color: rgb(45,16,110); }
div.DivClassName
{
background-color: #2D106E;
}
.BgClassName
{
background-color: #2D106E;
}
</style>
border-color css
<style>
span { border-color: #2D106E; }
span { border-color: rgb(45,16,110); }
td.TdClassName
{
border-color: #2D106E;
}
.TagClassName
{
border-color: #2D106E;
}
</style>