Shades of Persian Indigo #2D0598
Tints of Persian Indigo #2D0598
RGB
CMYK
RGB Variations
Color information
#2D0598 (or 0x2D0598) is known color: Persian Indigo. HEX triplet: 2D, 05 and 98. RGB value is (45,5,152). Sum of RGB (Red+Green+Blue) = 45+5+152=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 152 (59.77% from 255 or 75.25% from 202); Max value from RGB is 152 - color contains mainly: blue. Hex color #2D0598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0598 is #D2FA67. Grayscale: #212121. Windows color (decimal): -13826664 or 9962797. OLE color: 9962797.
HSL color Cylindrical-coordinate representation of color #2D0598: hue angle of 256.33º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D0598 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 45 | 5 | 152 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.40 |
| HSL | 256.33º | 0.94% | 0.31% | - |
| HSV(B) | 256.33º | 0.97% | 0.6% | - |
| XYZ | 6.8 | 2.93 | 29.91 | - |
| YUV | 33.72 | 194.75 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 152 | 0.70 | 0.97 | 0 | 0.40 | 256.33 | 0.94 | 0.31 |
| Hex | 2D | 5 | 98 | 46 | 61 | 0 | 28 | 100 | 5E | 1F |
| Octal | 55 | 5 | 230 | 106 | 141 | 0 | 50 | 400 | 136 | 37 |
| Binary | 101101 | 101 | 10011000 | 1000110 | 1100001 | 0 | 101000 | 100000000 | 1011110 | 11111 |
Color Harmonies of #2D0598
Complementary color
Monochromatic Colors of #2D0598
Black with #2D0598
Text Example
Text Example
White with #2D0598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0598; }
p { color: rgb(45,5,152); }
H1.HeaderClassName
{
color: #2D0598;
}
.AnyTagClassName
{
color: #2D0598;
}
</style>
background-color css
<style>
a { background-color: #2D0598; }
a { background-color: rgb(45,5,152); }
div.DivClassName
{
background-color: #2D0598;
}
.BgClassName
{
background-color: #2D0598;
}
</style>
border-color css
<style>
span { border-color: #2D0598; }
span { border-color: rgb(45,5,152); }
td.TdClassName
{
border-color: #2D0598;
}
.TagClassName
{
border-color: #2D0598;
}
</style>