Shades of Persian Indigo #2D0269
Tints of Persian Indigo #2D0269
RGB
CMYK
RGB Variations
Color information
#2D0269 (or 0x2D0269) is known color: Persian Indigo. HEX triplet: 2D, 02 and 69. RGB value is (45,2,105). Sum of RGB (Red+Green+Blue) = 45+2+105=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #2D0269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0269 is #D2FD96. Grayscale: #1A1A1A. Windows color (decimal): -13827479 or 6881837. OLE color: 6881837.
HSL color Cylindrical-coordinate representation of color #2D0269: hue angle of 265.05º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D0269 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 2 | 105 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.59 |
| HSL | 265.05º | 0.96% | 0.21% | - |
| HSV(B) | 265.05º | 0.98% | 0.41% | - |
| XYZ | 3.65 | 1.62 | 13.48 | - |
| YUV | 26.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 105 | 0.57 | 0.98 | 0 | 0.59 | 265.05 | 0.96 | 0.21 |
| Hex | 2D | 2 | 69 | 39 | 62 | 0 | 3B | 109 | 60 | 15 |
| Octal | 55 | 2 | 151 | 71 | 142 | 0 | 73 | 411 | 140 | 25 |
| Binary | 101101 | 10 | 1101001 | 111001 | 1100010 | 0 | 111011 | 100001001 | 1100000 | 10101 |
Color Harmonies of #2D0269
Complementary color
Monochromatic Colors of #2D0269
Black with #2D0269
Text Example
Text Example
White with #2D0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0269; }
p { color: rgb(45,2,105); }
H1.HeaderClassName
{
color: #2D0269;
}
.AnyTagClassName
{
color: #2D0269;
}
</style>
background-color css
<style>
a { background-color: #2D0269; }
a { background-color: rgb(45,2,105); }
div.DivClassName
{
background-color: #2D0269;
}
.BgClassName
{
background-color: #2D0269;
}
</style>
border-color css
<style>
span { border-color: #2D0269; }
span { border-color: rgb(45,2,105); }
td.TdClassName
{
border-color: #2D0269;
}
.TagClassName
{
border-color: #2D0269;
}
</style>