Shades of Persian Indigo #441B92
Tints of Persian Indigo #441B92
RGB
CMYK
RGB Variations
Color information
#441B92 (or 0x441B92) is known color: Persian Indigo. HEX triplet: 44, 1B and 92. RGB value is (68,27,146). Sum of RGB (Red+Green+Blue) = 68+27+146=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #441B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441B92 is #BBE46D. Grayscale: #343434. Windows color (decimal): -12313710 or 9575236. OLE color: 9575236.
HSL color Cylindrical-coordinate representation of color #441B92: hue angle of 260.67º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441B92 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 27 | 146 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.43 |
| HSL | 260.67º | 0.69% | 0.34% | - |
| HSV(B) | 260.67º | 0.82% | 0.57% | - |
| XYZ | 7.96 | 4.09 | 27.56 | - |
| YUV | 52.83 | 180.58 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 146 | 0.53 | 0.82 | 0 | 0.43 | 260.67 | 0.69 | 0.34 |
| Hex | 44 | 1B | 92 | 35 | 52 | 0 | 2B | 105 | 45 | 22 |
| Octal | 104 | 33 | 222 | 65 | 122 | 0 | 53 | 405 | 105 | 42 |
| Binary | 1000100 | 11011 | 10010010 | 110101 | 1010010 | 0 | 101011 | 100000101 | 1000101 | 100010 |
Color Harmonies of #441B92
Complementary color
Monochromatic Colors of #441B92
Black with #441B92
Text Example
Text Example
White with #441B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B92; }
p { color: rgb(68,27,146); }
H1.HeaderClassName
{
color: #441B92;
}
.AnyTagClassName
{
color: #441B92;
}
</style>
background-color css
<style>
a { background-color: #441B92; }
a { background-color: rgb(68,27,146); }
div.DivClassName
{
background-color: #441B92;
}
.BgClassName
{
background-color: #441B92;
}
</style>
border-color css
<style>
span { border-color: #441B92; }
span { border-color: rgb(68,27,146); }
td.TdClassName
{
border-color: #441B92;
}
.TagClassName
{
border-color: #441B92;
}
</style>