Shades of Persian Indigo #431A8B
Tints of Persian Indigo #431A8B
RGB
CMYK
RGB Variations
Color information
#431A8B (or 0x431A8B) is known color: Persian Indigo. HEX triplet: 43, 1A and 8B. RGB value is (67,26,139). Sum of RGB (Red+Green+Blue) = 67+26+139=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #431A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431A8B is #BCE574. Grayscale: #323232. Windows color (decimal): -12379509 or 9116227. OLE color: 9116227.
HSL color Cylindrical-coordinate representation of color #431A8B: hue angle of 261.77º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #431A8B is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 26 | 139 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.45 |
| HSL | 261.77º | 0.68% | 0.32% | - |
| HSV(B) | 261.77º | 0.81% | 0.55% | - |
| XYZ | 7.34 | 3.8 | 24.77 | - |
| YUV | 51.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 139 | 0.52 | 0.81 | 0 | 0.45 | 261.77 | 0.68 | 0.32 |
| Hex | 43 | 1A | 8B | 34 | 51 | 0 | 2D | 106 | 44 | 20 |
| Octal | 103 | 32 | 213 | 64 | 121 | 0 | 55 | 406 | 104 | 40 |
| Binary | 1000011 | 11010 | 10001011 | 110100 | 1010001 | 0 | 101101 | 100000110 | 1000100 | 100000 |
Color Harmonies of #431A8B
Complementary color
Monochromatic Colors of #431A8B
Black with #431A8B
Text Example
Text Example
White with #431A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A8B; }
p { color: rgb(67,26,139); }
H1.HeaderClassName
{
color: #431A8B;
}
.AnyTagClassName
{
color: #431A8B;
}
</style>
background-color css
<style>
a { background-color: #431A8B; }
a { background-color: rgb(67,26,139); }
div.DivClassName
{
background-color: #431A8B;
}
.BgClassName
{
background-color: #431A8B;
}
</style>
border-color css
<style>
span { border-color: #431A8B; }
span { border-color: rgb(67,26,139); }
td.TdClassName
{
border-color: #431A8B;
}
.TagClassName
{
border-color: #431A8B;
}
</style>