Shades of Persian Indigo #431B9A
Tints of Persian Indigo #431B9A
RGB
CMYK
RGB Variations
Color information
#431B9A (or 0x431B9A) is known color: Persian Indigo. HEX triplet: 43, 1B and 9A. RGB value is (67,27,154). Sum of RGB (Red+Green+Blue) = 67+27+154=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #431B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431B9A is #BCE465. Grayscale: #343434. Windows color (decimal): -12379238 or 10099523. OLE color: 10099523.
HSL color Cylindrical-coordinate representation of color #431B9A: hue angle of 258.9º 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 #431B9A is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 27 | 154 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.40 |
| HSL | 258.9º | 0.7% | 0.35% | - |
| HSV(B) | 258.9º | 0.82% | 0.6% | - |
| XYZ | 8.54 | 4.31 | 30.95 | - |
| YUV | 53.44 | 184.75 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 154 | 0.56 | 0.82 | 0 | 0.40 | 258.9 | 0.7 | 0.35 |
| Hex | 43 | 1B | 9A | 38 | 52 | 0 | 28 | 103 | 46 | 23 |
| Octal | 103 | 33 | 232 | 70 | 122 | 0 | 50 | 403 | 106 | 43 |
| Binary | 1000011 | 11011 | 10011010 | 111000 | 1010010 | 0 | 101000 | 100000011 | 1000110 | 100011 |
Color Harmonies of #431B9A
Complementary color
Monochromatic Colors of #431B9A
Black with #431B9A
Text Example
Text Example
White with #431B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B9A; }
p { color: rgb(67,27,154); }
H1.HeaderClassName
{
color: #431B9A;
}
.AnyTagClassName
{
color: #431B9A;
}
</style>
background-color css
<style>
a { background-color: #431B9A; }
a { background-color: rgb(67,27,154); }
div.DivClassName
{
background-color: #431B9A;
}
.BgClassName
{
background-color: #431B9A;
}
</style>
border-color css
<style>
span { border-color: #431B9A; }
span { border-color: rgb(67,27,154); }
td.TdClassName
{
border-color: #431B9A;
}
.TagClassName
{
border-color: #431B9A;
}
</style>