Shades of Persian Indigo #431A95
Tints of Persian Indigo #431A95
RGB
CMYK
RGB Variations
Color information
#431A95 (or 0x431A95) is known color: Persian Indigo. HEX triplet: 43, 1A and 95. RGB value is (67,26,149). Sum of RGB (Red+Green+Blue) = 67+26+149=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #431A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431A95 is #BCE56A. Grayscale: #333333. Windows color (decimal): -12379499 or 9771587. OLE color: 9771587.
HSL color Cylindrical-coordinate representation of color #431A95: hue angle of 260º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431A95 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 26 | 149 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.42 |
| HSL | 260º | 0.7% | 0.34% | - |
| HSV(B) | 260º | 0.83% | 0.58% | - |
| XYZ | 8.11 | 4.1 | 28.8 | - |
| YUV | 52.28 | 182.58 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 149 | 0.55 | 0.83 | 0 | 0.42 | 260 | 0.7 | 0.34 |
| Hex | 43 | 1A | 95 | 37 | 53 | 0 | 2A | 104 | 46 | 22 |
| Octal | 103 | 32 | 225 | 67 | 123 | 0 | 52 | 404 | 106 | 42 |
| Binary | 1000011 | 11010 | 10010101 | 110111 | 1010011 | 0 | 101010 | 100000100 | 1000110 | 100010 |
Color Harmonies of #431A95
Complementary color
Monochromatic Colors of #431A95
Black with #431A95
Text Example
Text Example
White with #431A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A95; }
p { color: rgb(67,26,149); }
H1.HeaderClassName
{
color: #431A95;
}
.AnyTagClassName
{
color: #431A95;
}
</style>
background-color css
<style>
a { background-color: #431A95; }
a { background-color: rgb(67,26,149); }
div.DivClassName
{
background-color: #431A95;
}
.BgClassName
{
background-color: #431A95;
}
</style>
border-color css
<style>
span { border-color: #431A95; }
span { border-color: rgb(67,26,149); }
td.TdClassName
{
border-color: #431A95;
}
.TagClassName
{
border-color: #431A95;
}
</style>