Shades of Persian Indigo #441B8F
Tints of Persian Indigo #441B8F
RGB
CMYK
RGB Variations
Color information
#441B8F (or 0x441B8F) is known color: Persian Indigo. HEX triplet: 44, 1B and 8F. RGB value is (68,27,143). Sum of RGB (Red+Green+Blue) = 68+27+143=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 143 (56.25% from 255 or 60.08% from 238); Max value from RGB is 143 - color contains mainly: blue. Hex color #441B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441B8F is #BBE470. Grayscale: #343434. Windows color (decimal): -12313713 or 9378628. OLE color: 9378628.
HSL color Cylindrical-coordinate representation of color #441B8F: hue angle of 261.21º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441B8F is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 27 | 143 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.44 |
| HSL | 261.21º | 0.68% | 0.33% | - |
| HSV(B) | 261.21º | 0.81% | 0.56% | - |
| XYZ | 7.73 | 4 | 26.35 | - |
| YUV | 52.48 | 179.08 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 143 | 0.52 | 0.81 | 0 | 0.44 | 261.21 | 0.68 | 0.33 |
| Hex | 44 | 1B | 8F | 34 | 51 | 0 | 2C | 105 | 44 | 21 |
| Octal | 104 | 33 | 217 | 64 | 121 | 0 | 54 | 405 | 104 | 41 |
| Binary | 1000100 | 11011 | 10001111 | 110100 | 1010001 | 0 | 101100 | 100000101 | 1000100 | 100001 |
Color Harmonies of #441B8F
Complementary color
Monochromatic Colors of #441B8F
Black with #441B8F
Text Example
Text Example
White with #441B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B8F; }
p { color: rgb(68,27,143); }
H1.HeaderClassName
{
color: #441B8F;
}
.AnyTagClassName
{
color: #441B8F;
}
</style>
background-color css
<style>
a { background-color: #441B8F; }
a { background-color: rgb(68,27,143); }
div.DivClassName
{
background-color: #441B8F;
}
.BgClassName
{
background-color: #441B8F;
}
</style>
border-color css
<style>
span { border-color: #441B8F; }
span { border-color: rgb(68,27,143); }
td.TdClassName
{
border-color: #441B8F;
}
.TagClassName
{
border-color: #441B8F;
}
</style>