Shades of Persian Indigo #431B89
Tints of Persian Indigo #431B89
RGB
CMYK
RGB Variations
Color information
#431B89 (or 0x431B89) is known color: Persian Indigo. HEX triplet: 43, 1B and 89. RGB value is (67,27,137). Sum of RGB (Red+Green+Blue) = 67+27+137=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #431B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431B89 is #BCE476. Grayscale: #333333. Windows color (decimal): -12379255 or 8985411. OLE color: 8985411.
HSL color Cylindrical-coordinate representation of color #431B89: hue angle of 261.82º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #431B89 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 27 | 137 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.46 |
| HSL | 261.82º | 0.67% | 0.32% | - |
| HSV(B) | 261.82º | 0.8% | 0.54% | - |
| XYZ | 7.22 | 3.78 | 24.02 | - |
| YUV | 51.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 137 | 0.51 | 0.80 | 0 | 0.46 | 261.82 | 0.67 | 0.32 |
| Hex | 43 | 1B | 89 | 33 | 50 | 0 | 2E | 106 | 43 | 20 |
| Octal | 103 | 33 | 211 | 63 | 120 | 0 | 56 | 406 | 103 | 40 |
| Binary | 1000011 | 11011 | 10001001 | 110011 | 1010000 | 0 | 101110 | 100000110 | 1000011 | 100000 |
Color Harmonies of #431B89
Complementary color
Monochromatic Colors of #431B89
Black with #431B89
Text Example
Text Example
White with #431B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B89; }
p { color: rgb(67,27,137); }
H1.HeaderClassName
{
color: #431B89;
}
.AnyTagClassName
{
color: #431B89;
}
</style>
background-color css
<style>
a { background-color: #431B89; }
a { background-color: rgb(67,27,137); }
div.DivClassName
{
background-color: #431B89;
}
.BgClassName
{
background-color: #431B89;
}
</style>
border-color css
<style>
span { border-color: #431B89; }
span { border-color: rgb(67,27,137); }
td.TdClassName
{
border-color: #431B89;
}
.TagClassName
{
border-color: #431B89;
}
</style>