Shades of Persian Indigo #431B99
Tints of Persian Indigo #431B99
RGB
CMYK
RGB Variations
Color information
#431B99 (or 0x431B99) is known color: Persian Indigo. HEX triplet: 43, 1B and 99. RGB value is (67,27,153). Sum of RGB (Red+Green+Blue) = 67+27+153=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #431B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431B99 is #BCE466. Grayscale: #343434. Windows color (decimal): -12379239 or 10033987. OLE color: 10033987.
HSL color Cylindrical-coordinate representation of color #431B99: hue angle of 259.05º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #431B99 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 27 | 153 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.4 |
| HSL | 259.05º | 0.7% | 0.35% | - |
| HSV(B) | 259.05º | 0.82% | 0.6% | - |
| XYZ | 8.46 | 4.28 | 30.52 | - |
| YUV | 53.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 153 | 0.56 | 0.82 | 0 | 0.4 | 259.05 | 0.7 | 0.35 |
| Hex | 43 | 1B | 99 | 38 | 52 | 0 | 28 | 103 | 46 | 23 |
| Octal | 103 | 33 | 231 | 70 | 122 | 0 | 50 | 403 | 106 | 43 |
| Binary | 1000011 | 11011 | 10011001 | 111000 | 1010010 | 0 | 101000 | 100000011 | 1000110 | 100011 |
Color Harmonies of #431B99
Complementary color
Monochromatic Colors of #431B99
Black with #431B99
Text Example
Text Example
White with #431B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B99; }
p { color: rgb(67,27,153); }
H1.HeaderClassName
{
color: #431B99;
}
.AnyTagClassName
{
color: #431B99;
}
</style>
background-color css
<style>
a { background-color: #431B99; }
a { background-color: rgb(67,27,153); }
div.DivClassName
{
background-color: #431B99;
}
.BgClassName
{
background-color: #431B99;
}
</style>
border-color css
<style>
span { border-color: #431B99; }
span { border-color: rgb(67,27,153); }
td.TdClassName
{
border-color: #431B99;
}
.TagClassName
{
border-color: #431B99;
}
</style>