Shades of Persian Indigo #2D0068
Tints of Persian Indigo #2D0068
RGB
CMYK
RGB Variations
Color information
#2D0068 (or 0x2D0068) is known color: Persian Indigo. HEX triplet: 2D, 00 and 68. RGB value is (45,0,104). Sum of RGB (Red+Green+Blue) = 45+0+104=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D0068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0068 is #D2FF97. Grayscale: #181818. Windows color (decimal): -13827992 or 6815789. OLE color: 6815789.
HSL color Cylindrical-coordinate representation of color #2D0068: hue angle of 265.96º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0068 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 0 | 104 | - |
| CMYK | 0.57 | 1 | 0 | 0.59 |
| HSL | 265.96º | 1% | 0.2% | - |
| HSV(B) | 265.96º | 1% | 0.41% | - |
| XYZ | 3.58 | 1.56 | 13.21 | - |
| YUV | 25.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 104 | 0.57 | 1 | 0 | 0.59 | 265.96 | 1 | 0.2 |
| Hex | 2D | 0 | 68 | 39 | 64 | 0 | 3B | 10A | 64 | 14 |
| Octal | 55 | 0 | 150 | 71 | 144 | 0 | 73 | 412 | 144 | 24 |
| Binary | 101101 | 0 | 1101000 | 111001 | 1100100 | 0 | 111011 | 100001010 | 1100100 | 10100 |
Color Harmonies of #2D0068
Complementary color
Monochromatic Colors of #2D0068
Black with #2D0068
Text Example
Text Example
White with #2D0068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0068; }
p { color: rgb(45,0,104); }
H1.HeaderClassName
{
color: #2D0068;
}
.AnyTagClassName
{
color: #2D0068;
}
</style>
background-color css
<style>
a { background-color: #2D0068; }
a { background-color: rgb(45,0,104); }
div.DivClassName
{
background-color: #2D0068;
}
.BgClassName
{
background-color: #2D0068;
}
</style>
border-color css
<style>
span { border-color: #2D0068; }
span { border-color: rgb(45,0,104); }
td.TdClassName
{
border-color: #2D0068;
}
.TagClassName
{
border-color: #2D0068;
}
</style>