Shades of Persian Indigo #2D0383
Tints of Persian Indigo #2D0383
RGB
CMYK
RGB Variations
Color information
#2D0383 (or 0x2D0383) is known color: Persian Indigo. HEX triplet: 2D, 03 and 83. RGB value is (45,3,131). Sum of RGB (Red+Green+Blue) = 45+3+131=179 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.14% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 131 (51.56% from 255 or 73.18% from 179); Max value from RGB is 131 - color contains mainly: blue. Hex color #2D0383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0383 is #D2FC7C. Grayscale: #1D1D1D. Windows color (decimal): -13827197 or 8586029. OLE color: 8586029.
HSL color Cylindrical-coordinate representation of color #2D0383: hue angle of 259.69º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D0383 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 3 | 131 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.49 |
| HSL | 259.69º | 0.96% | 0.26% | - |
| HSV(B) | 259.69º | 0.98% | 0.51% | - |
| XYZ | 5.21 | 2.26 | 21.63 | - |
| YUV | 30.15 | 184.91 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 131 | 0.66 | 0.98 | 0 | 0.49 | 259.69 | 0.96 | 0.26 |
| Hex | 2D | 3 | 83 | 42 | 62 | 0 | 31 | 104 | 60 | 1A |
| Octal | 55 | 3 | 203 | 102 | 142 | 0 | 61 | 404 | 140 | 32 |
| Binary | 101101 | 11 | 10000011 | 1000010 | 1100010 | 0 | 110001 | 100000100 | 1100000 | 11010 |
Color Harmonies of #2D0383
Complementary color
Monochromatic Colors of #2D0383
Black with #2D0383
Text Example
Text Example
White with #2D0383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0383; }
p { color: rgb(45,3,131); }
H1.HeaderClassName
{
color: #2D0383;
}
.AnyTagClassName
{
color: #2D0383;
}
</style>
background-color css
<style>
a { background-color: #2D0383; }
a { background-color: rgb(45,3,131); }
div.DivClassName
{
background-color: #2D0383;
}
.BgClassName
{
background-color: #2D0383;
}
</style>
border-color css
<style>
span { border-color: #2D0383; }
span { border-color: rgb(45,3,131); }
td.TdClassName
{
border-color: #2D0383;
}
.TagClassName
{
border-color: #2D0383;
}
</style>