Shades of Persian Indigo #431C90
Tints of Persian Indigo #431C90
RGB
CMYK
RGB Variations
Color information
#431C90 (or 0x431C90) is known color: Persian Indigo. HEX triplet: 43, 1C and 90. RGB value is (67,28,144). Sum of RGB (Red+Green+Blue) = 67+28+144=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #431C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431C90 is #BCE36F. Grayscale: #343434. Windows color (decimal): -12378992 or 9444419. OLE color: 9444419.
HSL color Cylindrical-coordinate representation of color #431C90: hue angle of 260.17º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #431C90 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 28 | 144 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.44 |
| HSL | 260.17º | 0.67% | 0.34% | - |
| HSV(B) | 260.17º | 0.81% | 0.56% | - |
| XYZ | 7.76 | 4.04 | 26.76 | - |
| YUV | 52.89 | 179.42 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 144 | 0.53 | 0.81 | 0 | 0.44 | 260.17 | 0.67 | 0.34 |
| Hex | 43 | 1C | 90 | 35 | 51 | 0 | 2C | 104 | 43 | 22 |
| Octal | 103 | 34 | 220 | 65 | 121 | 0 | 54 | 404 | 103 | 42 |
| Binary | 1000011 | 11100 | 10010000 | 110101 | 1010001 | 0 | 101100 | 100000100 | 1000011 | 100010 |
Color Harmonies of #431C90
Complementary color
Monochromatic Colors of #431C90
Black with #431C90
Text Example
Text Example
White with #431C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C90; }
p { color: rgb(67,28,144); }
H1.HeaderClassName
{
color: #431C90;
}
.AnyTagClassName
{
color: #431C90;
}
</style>
background-color css
<style>
a { background-color: #431C90; }
a { background-color: rgb(67,28,144); }
div.DivClassName
{
background-color: #431C90;
}
.BgClassName
{
background-color: #431C90;
}
</style>
border-color css
<style>
span { border-color: #431C90; }
span { border-color: rgb(67,28,144); }
td.TdClassName
{
border-color: #431C90;
}
.TagClassName
{
border-color: #431C90;
}
</style>