Shades of Persian Indigo #2D096B
Tints of Persian Indigo #2D096B
RGB
CMYK
RGB Variations
Color information
#2D096B (or 0x2D096B) is known color: Persian Indigo. HEX triplet: 2D, 09 and 6B. RGB value is (45,9,107). Sum of RGB (Red+Green+Blue) = 45+9+107=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D096B is #D2F694. Grayscale: #1E1E1E. Windows color (decimal): -13825685 or 7014701. OLE color: 7014701.
HSL color Cylindrical-coordinate representation of color #2D096B: hue angle of 262.04º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D096B is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 9 | 107 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.58 |
| HSL | 262.04º | 0.84% | 0.23% | - |
| HSV(B) | 262.04º | 0.92% | 0.42% | - |
| XYZ | 3.83 | 1.81 | 14.06 | - |
| YUV | 30.94 | 170.93 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 107 | 0.58 | 0.92 | 0 | 0.58 | 262.04 | 0.84 | 0.23 |
| Hex | 2D | 9 | 6B | 3A | 5C | 0 | 3A | 106 | 54 | 17 |
| Octal | 55 | 11 | 153 | 72 | 134 | 0 | 72 | 406 | 124 | 27 |
| Binary | 101101 | 1001 | 1101011 | 111010 | 1011100 | 0 | 111010 | 100000110 | 1010100 | 10111 |
Color Harmonies of #2D096B
Complementary color
Monochromatic Colors of #2D096B
Black with #2D096B
Text Example
Text Example
White with #2D096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D096B; }
p { color: rgb(45,9,107); }
H1.HeaderClassName
{
color: #2D096B;
}
.AnyTagClassName
{
color: #2D096B;
}
</style>
background-color css
<style>
a { background-color: #2D096B; }
a { background-color: rgb(45,9,107); }
div.DivClassName
{
background-color: #2D096B;
}
.BgClassName
{
background-color: #2D096B;
}
</style>
border-color css
<style>
span { border-color: #2D096B; }
span { border-color: rgb(45,9,107); }
td.TdClassName
{
border-color: #2D096B;
}
.TagClassName
{
border-color: #2D096B;
}
</style>