Shades of Persian Indigo #2D026C
Tints of Persian Indigo #2D026C
RGB
CMYK
RGB Variations
Color information
#2D026C (or 0x2D026C) is known color: Persian Indigo. HEX triplet: 2D, 02 and 6C. RGB value is (45,2,108). Sum of RGB (Red+Green+Blue) = 45+2+108=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D026C is #D2FD93. Grayscale: #1A1A1A. Windows color (decimal): -13827476 or 7078445. OLE color: 7078445.
HSL color Cylindrical-coordinate representation of color #2D026C: hue angle of 264.34º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D026C is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 2 | 108 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.58 |
| HSL | 264.34º | 0.96% | 0.22% | - |
| HSV(B) | 264.34º | 0.98% | 0.42% | - |
| XYZ | 3.81 | 1.68 | 14.31 | - |
| YUV | 26.94 | 173.75 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 108 | 0.58 | 0.98 | 0 | 0.58 | 264.34 | 0.96 | 0.22 |
| Hex | 2D | 2 | 6C | 3A | 62 | 0 | 3A | 108 | 60 | 16 |
| Octal | 55 | 2 | 154 | 72 | 142 | 0 | 72 | 410 | 140 | 26 |
| Binary | 101101 | 10 | 1101100 | 111010 | 1100010 | 0 | 111010 | 100001000 | 1100000 | 10110 |
Color Harmonies of #2D026C
Complementary color
Monochromatic Colors of #2D026C
Black with #2D026C
Text Example
Text Example
White with #2D026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D026C; }
p { color: rgb(45,2,108); }
H1.HeaderClassName
{
color: #2D026C;
}
.AnyTagClassName
{
color: #2D026C;
}
</style>
background-color css
<style>
a { background-color: #2D026C; }
a { background-color: rgb(45,2,108); }
div.DivClassName
{
background-color: #2D026C;
}
.BgClassName
{
background-color: #2D026C;
}
</style>
border-color css
<style>
span { border-color: #2D026C; }
span { border-color: rgb(45,2,108); }
td.TdClassName
{
border-color: #2D026C;
}
.TagClassName
{
border-color: #2D026C;
}
</style>