Shades of Persian Indigo #2D096E
Tints of Persian Indigo #2D096E
RGB
CMYK
RGB Variations
Color information
#2D096E (or 0x2D096E) is known color: Persian Indigo. HEX triplet: 2D, 09 and 6E. RGB value is (45,9,110). Sum of RGB (Red+Green+Blue) = 45+9+110=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D096E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D096E is #D2F691. Grayscale: #1E1E1E. Windows color (decimal): -13825682 or 7211309. OLE color: 7211309.
HSL color Cylindrical-coordinate representation of color #2D096E: hue angle of 261.39º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D096E is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 9 | 110 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.57 |
| HSL | 261.39º | 0.85% | 0.23% | - |
| HSV(B) | 261.39º | 0.92% | 0.43% | - |
| XYZ | 3.99 | 1.88 | 14.9 | - |
| YUV | 31.28 | 172.43 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 110 | 0.59 | 0.92 | 0 | 0.57 | 261.39 | 0.85 | 0.23 |
| Hex | 2D | 9 | 6E | 3B | 5C | 0 | 39 | 105 | 55 | 17 |
| Octal | 55 | 11 | 156 | 73 | 134 | 0 | 71 | 405 | 125 | 27 |
| Binary | 101101 | 1001 | 1101110 | 111011 | 1011100 | 0 | 111001 | 100000101 | 1010101 | 10111 |
Color Harmonies of #2D096E
Complementary color
Monochromatic Colors of #2D096E
Black with #2D096E
Text Example
Text Example
White with #2D096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D096E; }
p { color: rgb(45,9,110); }
H1.HeaderClassName
{
color: #2D096E;
}
.AnyTagClassName
{
color: #2D096E;
}
</style>
background-color css
<style>
a { background-color: #2D096E; }
a { background-color: rgb(45,9,110); }
div.DivClassName
{
background-color: #2D096E;
}
.BgClassName
{
background-color: #2D096E;
}
</style>
border-color css
<style>
span { border-color: #2D096E; }
span { border-color: rgb(45,9,110); }
td.TdClassName
{
border-color: #2D096E;
}
.TagClassName
{
border-color: #2D096E;
}
</style>