Shades of Persian Indigo #2D1085
Tints of Persian Indigo #2D1085
RGB
CMYK
RGB Variations
Color information
#2D1085 (or 0x2D1085) is known color: Persian Indigo. HEX triplet: 2D, 10 and 85. RGB value is (45,16,133). Sum of RGB (Red+Green+Blue) = 45+16+133=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D1085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1085 is #D2EF7A. Grayscale: #252525. Windows color (decimal): -13823867 or 8720429. OLE color: 8720429.
HSL color Cylindrical-coordinate representation of color #2D1085: hue angle of 254.87º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1085 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 16 | 133 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.48 |
| HSL | 254.87º | 0.79% | 0.29% | - |
| HSV(B) | 254.87º | 0.88% | 0.52% | - |
| XYZ | 5.5 | 2.62 | 22.41 | - |
| YUV | 38.01 | 181.61 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 133 | 0.66 | 0.88 | 0 | 0.48 | 254.87 | 0.79 | 0.29 |
| Hex | 2D | 10 | 85 | 42 | 58 | 0 | 30 | FF | 4F | 1D |
| Octal | 55 | 20 | 205 | 102 | 130 | 0 | 60 | 377 | 117 | 35 |
| Binary | 101101 | 10000 | 10000101 | 1000010 | 1011000 | 0 | 110000 | 11111111 | 1001111 | 11101 |
Color Harmonies of #2D1085
Complementary color
Monochromatic Colors of #2D1085
Black with #2D1085
Text Example
Text Example
White with #2D1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1085; }
p { color: rgb(45,16,133); }
H1.HeaderClassName
{
color: #2D1085;
}
.AnyTagClassName
{
color: #2D1085;
}
</style>
background-color css
<style>
a { background-color: #2D1085; }
a { background-color: rgb(45,16,133); }
div.DivClassName
{
background-color: #2D1085;
}
.BgClassName
{
background-color: #2D1085;
}
</style>
border-color css
<style>
span { border-color: #2D1085; }
span { border-color: rgb(45,16,133); }
td.TdClassName
{
border-color: #2D1085;
}
.TagClassName
{
border-color: #2D1085;
}
</style>