Shades of Persian Indigo #290183
Tints of Persian Indigo #290183
RGB
CMYK
RGB Variations
Color information
#290183 (or 0x290183) is known color: Persian Indigo. HEX triplet: 29, 01 and 83. RGB value is (41,1,131). Sum of RGB (Red+Green+Blue) = 41+1+131=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 131 (51.56% from 255 or 75.72% from 173); Max value from RGB is 131 - color contains mainly: blue. Hex color #290183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290183 is #D6FE7C. Grayscale: #1B1B1B. Windows color (decimal): -14089853 or 8585513. OLE color: 8585513.
HSL color Cylindrical-coordinate representation of color #290183: hue angle of 258.46º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290183 is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 1 | 131 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.49 |
| HSL | 258.46º | 0.98% | 0.26% | - |
| HSV(B) | 258.46º | 0.99% | 0.51% | - |
| XYZ | 5.02 | 2.13 | 21.62 | - |
| YUV | 27.78 | 186.25 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 131 | 0.69 | 0.99 | 0 | 0.49 | 258.46 | 0.98 | 0.26 |
| Hex | 29 | 1 | 83 | 45 | 63 | 0 | 31 | 102 | 62 | 1A |
| Octal | 51 | 1 | 203 | 105 | 143 | 0 | 61 | 402 | 142 | 32 |
| Binary | 101001 | 1 | 10000011 | 1000101 | 1100011 | 0 | 110001 | 100000010 | 1100010 | 11010 |
Color Harmonies of #290183
Complementary color
Monochromatic Colors of #290183
Black with #290183
Text Example
Text Example
White with #290183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290183; }
p { color: rgb(41,1,131); }
H1.HeaderClassName
{
color: #290183;
}
.AnyTagClassName
{
color: #290183;
}
</style>
background-color css
<style>
a { background-color: #290183; }
a { background-color: rgb(41,1,131); }
div.DivClassName
{
background-color: #290183;
}
.BgClassName
{
background-color: #290183;
}
</style>
border-color css
<style>
span { border-color: #290183; }
span { border-color: rgb(41,1,131); }
td.TdClassName
{
border-color: #290183;
}
.TagClassName
{
border-color: #290183;
}
</style>