Shades of Persian Indigo #2D0A92
Tints of Persian Indigo #2D0A92
RGB
CMYK
RGB Variations
Color information
#2D0A92 (or 0x2D0A92) is known color: Persian Indigo. HEX triplet: 2D, 0A and 92. RGB value is (45,10,146). Sum of RGB (Red+Green+Blue) = 45+10+146=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D0A92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0A92 is #D2F56D. Grayscale: #232323. Windows color (decimal): -13825390 or 9570861. OLE color: 9570861.
HSL color Cylindrical-coordinate representation of color #2D0A92: hue angle of 255.44º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0A92 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 10 | 146 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.43 |
| HSL | 255.44º | 0.87% | 0.31% | - |
| HSV(B) | 255.44º | 0.93% | 0.57% | - |
| XYZ | 6.38 | 2.85 | 27.41 | - |
| YUV | 35.97 | 190.1 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 146 | 0.69 | 0.93 | 0 | 0.43 | 255.44 | 0.87 | 0.31 |
| Hex | 2D | A | 92 | 45 | 5D | 0 | 2B | FF | 57 | 1F |
| Octal | 55 | 12 | 222 | 105 | 135 | 0 | 53 | 377 | 127 | 37 |
| Binary | 101101 | 1010 | 10010010 | 1000101 | 1011101 | 0 | 101011 | 11111111 | 1010111 | 11111 |
Color Harmonies of #2D0A92
Complementary color
Monochromatic Colors of #2D0A92
Black with #2D0A92
Text Example
Text Example
White with #2D0A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0A92; }
p { color: rgb(45,10,146); }
H1.HeaderClassName
{
color: #2D0A92;
}
.AnyTagClassName
{
color: #2D0A92;
}
</style>
background-color css
<style>
a { background-color: #2D0A92; }
a { background-color: rgb(45,10,146); }
div.DivClassName
{
background-color: #2D0A92;
}
.BgClassName
{
background-color: #2D0A92;
}
</style>
border-color css
<style>
span { border-color: #2D0A92; }
span { border-color: rgb(45,10,146); }
td.TdClassName
{
border-color: #2D0A92;
}
.TagClassName
{
border-color: #2D0A92;
}
</style>