Shades of Persian Indigo #2D0893
Tints of Persian Indigo #2D0893
RGB
CMYK
RGB Variations
Color information
#2D0893 (or 0x2D0893) is known color: Persian Indigo. HEX triplet: 2D, 08 and 93. RGB value is (45,8,147). Sum of RGB (Red+Green+Blue) = 45+8+147=200 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #2D0893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0893 is #D2F76C. Grayscale: #222222. Windows color (decimal): -13825901 or 9635885. OLE color: 9635885.
HSL color Cylindrical-coordinate representation of color #2D0893: hue angle of 255.97º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0893 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 8 | 147 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.42 |
| HSL | 255.97º | 0.9% | 0.3% | - |
| HSV(B) | 255.97º | 0.95% | 0.58% | - |
| XYZ | 6.44 | 2.84 | 27.81 | - |
| YUV | 34.91 | 191.26 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 147 | 0.69 | 0.95 | 0 | 0.42 | 255.97 | 0.9 | 0.3 |
| Hex | 2D | 8 | 93 | 45 | 5F | 0 | 2A | 100 | 5A | 1E |
| Octal | 55 | 10 | 223 | 105 | 137 | 0 | 52 | 400 | 132 | 36 |
| Binary | 101101 | 1000 | 10010011 | 1000101 | 1011111 | 0 | 101010 | 100000000 | 1011010 | 11110 |
Color Harmonies of #2D0893
Complementary color
Monochromatic Colors of #2D0893
Black with #2D0893
Text Example
Text Example
White with #2D0893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0893; }
p { color: rgb(45,8,147); }
H1.HeaderClassName
{
color: #2D0893;
}
.AnyTagClassName
{
color: #2D0893;
}
</style>
background-color css
<style>
a { background-color: #2D0893; }
a { background-color: rgb(45,8,147); }
div.DivClassName
{
background-color: #2D0893;
}
.BgClassName
{
background-color: #2D0893;
}
</style>
border-color css
<style>
span { border-color: #2D0893; }
span { border-color: rgb(45,8,147); }
td.TdClassName
{
border-color: #2D0893;
}
.TagClassName
{
border-color: #2D0893;
}
</style>