Shades of Persian Indigo #2D006F
Tints of Persian Indigo #2D006F
RGB
CMYK
RGB Variations
Color information
#2D006F (or 0x2D006F) is known color: Persian Indigo. HEX triplet: 2D, 00 and 6F. RGB value is (45,0,111). Sum of RGB (Red+Green+Blue) = 45+0+111=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 111 (43.75% from 255 or 71.15% from 156); Max value from RGB is 111 - color contains mainly: blue. Hex color #2D006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D006F is #D2FF90. Grayscale: #191919. Windows color (decimal): -13827985 or 7274541. OLE color: 7274541.
HSL color Cylindrical-coordinate representation of color #2D006F: hue angle of 264.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D006F is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 0 | 111 | - |
| CMYK | 0.59 | 1 | 0 | 0.56 |
| HSL | 264.32º | 1% | 0.22% | - |
| HSV(B) | 264.32º | 1% | 0.44% | - |
| XYZ | 3.95 | 1.71 | 15.16 | - |
| YUV | 26.11 | 175.91 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 111 | 0.59 | 1 | 0 | 0.56 | 264.32 | 1 | 0.22 |
| Hex | 2D | 0 | 6F | 3B | 64 | 0 | 38 | 108 | 64 | 16 |
| Octal | 55 | 0 | 157 | 73 | 144 | 0 | 70 | 410 | 144 | 26 |
| Binary | 101101 | 0 | 1101111 | 111011 | 1100100 | 0 | 111000 | 100001000 | 1100100 | 10110 |
Color Harmonies of #2D006F
Complementary color
Monochromatic Colors of #2D006F
Black with #2D006F
Text Example
Text Example
White with #2D006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D006F; }
p { color: rgb(45,0,111); }
H1.HeaderClassName
{
color: #2D006F;
}
.AnyTagClassName
{
color: #2D006F;
}
</style>
background-color css
<style>
a { background-color: #2D006F; }
a { background-color: rgb(45,0,111); }
div.DivClassName
{
background-color: #2D006F;
}
.BgClassName
{
background-color: #2D006F;
}
</style>
border-color css
<style>
span { border-color: #2D006F; }
span { border-color: rgb(45,0,111); }
td.TdClassName
{
border-color: #2D006F;
}
.TagClassName
{
border-color: #2D006F;
}
</style>