Shades of Persian Indigo #2D0495
Tints of Persian Indigo #2D0495
RGB
CMYK
RGB Variations
Color information
#2D0495 (or 0x2D0495) is known color: Persian Indigo. HEX triplet: 2D, 04 and 95. RGB value is (45,4,149). Sum of RGB (Red+Green+Blue) = 45+4+149=198 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.73% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #2D0495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0495 is #D2FB6A. Grayscale: #202020. Windows color (decimal): -13826923 or 9765933. OLE color: 9765933.
HSL color Cylindrical-coordinate representation of color #2D0495: hue angle of 256.97º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D0495 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 4 | 149 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.42 |
| HSL | 256.97º | 0.95% | 0.3% | - |
| HSV(B) | 256.97º | 0.97% | 0.58% | - |
| XYZ | 6.55 | 2.81 | 28.63 | - |
| YUV | 32.79 | 193.58 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 149 | 0.70 | 0.97 | 0 | 0.42 | 256.97 | 0.95 | 0.3 |
| Hex | 2D | 4 | 95 | 46 | 61 | 0 | 2A | 101 | 5F | 1E |
| Octal | 55 | 4 | 225 | 106 | 141 | 0 | 52 | 401 | 137 | 36 |
| Binary | 101101 | 100 | 10010101 | 1000110 | 1100001 | 0 | 101010 | 100000001 | 1011111 | 11110 |
Color Harmonies of #2D0495
Complementary color
Monochromatic Colors of #2D0495
Black with #2D0495
Text Example
Text Example
White with #2D0495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0495; }
p { color: rgb(45,4,149); }
H1.HeaderClassName
{
color: #2D0495;
}
.AnyTagClassName
{
color: #2D0495;
}
</style>
background-color css
<style>
a { background-color: #2D0495; }
a { background-color: rgb(45,4,149); }
div.DivClassName
{
background-color: #2D0495;
}
.BgClassName
{
background-color: #2D0495;
}
</style>
border-color css
<style>
span { border-color: #2D0495; }
span { border-color: rgb(45,4,149); }
td.TdClassName
{
border-color: #2D0495;
}
.TagClassName
{
border-color: #2D0495;
}
</style>