Shades of Persian Indigo #2D026F
Tints of Persian Indigo #2D026F
RGB
CMYK
RGB Variations
Color information
#2D026F (or 0x2D026F) is known color: Persian Indigo. HEX triplet: 2D, 02 and 6F. RGB value is (45,2,111). Sum of RGB (Red+Green+Blue) = 45+2+111=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #2D026F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D026F is #D2FD90. Grayscale: #1A1A1A. Windows color (decimal): -13827473 or 7275053. OLE color: 7275053.
HSL color Cylindrical-coordinate representation of color #2D026F: hue angle of 263.67º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D026F is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 2 | 111 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.56 |
| HSL | 263.67º | 0.96% | 0.22% | - |
| HSV(B) | 263.67º | 0.98% | 0.44% | - |
| XYZ | 3.97 | 1.75 | 15.17 | - |
| YUV | 27.28 | 175.25 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 111 | 0.59 | 0.98 | 0 | 0.56 | 263.67 | 0.96 | 0.22 |
| Hex | 2D | 2 | 6F | 3B | 62 | 0 | 38 | 108 | 60 | 16 |
| Octal | 55 | 2 | 157 | 73 | 142 | 0 | 70 | 410 | 140 | 26 |
| Binary | 101101 | 10 | 1101111 | 111011 | 1100010 | 0 | 111000 | 100001000 | 1100000 | 10110 |
Color Harmonies of #2D026F
Complementary color
Monochromatic Colors of #2D026F
Black with #2D026F
Text Example
Text Example
White with #2D026F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D026F; }
p { color: rgb(45,2,111); }
H1.HeaderClassName
{
color: #2D026F;
}
.AnyTagClassName
{
color: #2D026F;
}
</style>
background-color css
<style>
a { background-color: #2D026F; }
a { background-color: rgb(45,2,111); }
div.DivClassName
{
background-color: #2D026F;
}
.BgClassName
{
background-color: #2D026F;
}
</style>
border-color css
<style>
span { border-color: #2D026F; }
span { border-color: rgb(45,2,111); }
td.TdClassName
{
border-color: #2D026F;
}
.TagClassName
{
border-color: #2D026F;
}
</style>