Shades of Persian Indigo #2D2286
Tints of Persian Indigo #2D2286
RGB
CMYK
RGB Variations
Color information
#2D2286 (or 0x2D2286) is known color: Persian Indigo. HEX triplet: 2D, 22 and 86. RGB value is (45,34,134). Sum of RGB (Red+Green+Blue) = 45+34+134=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 134 (52.73% from 255 or 62.91% from 213); Max value from RGB is 134 - color contains mainly: blue. Hex color #2D2286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2286 is #D2DD79. Grayscale: #303030. Windows color (decimal): -13819258 or 8790573. OLE color: 8790573.
HSL color Cylindrical-coordinate representation of color #2D2286: hue angle of 246.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D2286 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 34 | 134 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.47 |
| HSL | 246.6º | 0.6% | 0.33% | - |
| HSV(B) | 246.6º | 0.75% | 0.53% | - |
| XYZ | 5.96 | 3.42 | 22.9 | - |
| YUV | 48.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 134 | 0.66 | 0.75 | 0 | 0.47 | 246.6 | 0.6 | 0.33 |
| Hex | 2D | 22 | 86 | 42 | 4B | 0 | 2F | F7 | 3C | 21 |
| Octal | 55 | 42 | 206 | 102 | 113 | 0 | 57 | 367 | 74 | 41 |
| Binary | 101101 | 100010 | 10000110 | 1000010 | 1001011 | 0 | 101111 | 11110111 | 111100 | 100001 |
Color Harmonies of #2D2286
Complementary color
Monochromatic Colors of #2D2286
Black with #2D2286
Text Example
Text Example
White with #2D2286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2286; }
p { color: rgb(45,34,134); }
H1.HeaderClassName
{
color: #2D2286;
}
.AnyTagClassName
{
color: #2D2286;
}
</style>
background-color css
<style>
a { background-color: #2D2286; }
a { background-color: rgb(45,34,134); }
div.DivClassName
{
background-color: #2D2286;
}
.BgClassName
{
background-color: #2D2286;
}
</style>
border-color css
<style>
span { border-color: #2D2286; }
span { border-color: rgb(45,34,134); }
td.TdClassName
{
border-color: #2D2286;
}
.TagClassName
{
border-color: #2D2286;
}
</style>