Shades of Persian Indigo #431984
Tints of Persian Indigo #431984
RGB
CMYK
RGB Variations
Color information
#431984 (or 0x431984) is known color: Persian Indigo. HEX triplet: 43, 19 and 84. RGB value is (67,25,132). Sum of RGB (Red+Green+Blue) = 67+25+132=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #431984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431984 is #BCE67B. Grayscale: #313131. Windows color (decimal): -12379772 or 8657219. OLE color: 8657219.
HSL color Cylindrical-coordinate representation of color #431984: hue angle of 263.55º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #431984 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 25 | 132 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.48 |
| HSL | 263.55º | 0.68% | 0.31% | - |
| HSV(B) | 263.55º | 0.81% | 0.52% | - |
| XYZ | 6.83 | 3.55 | 22.16 | - |
| YUV | 49.76 | 174.41 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 132 | 0.49 | 0.81 | 0 | 0.48 | 263.55 | 0.68 | 0.31 |
| Hex | 43 | 19 | 84 | 31 | 51 | 0 | 30 | 108 | 44 | 1F |
| Octal | 103 | 31 | 204 | 61 | 121 | 0 | 60 | 410 | 104 | 37 |
| Binary | 1000011 | 11001 | 10000100 | 110001 | 1010001 | 0 | 110000 | 100001000 | 1000100 | 11111 |
Color Harmonies of #431984
Complementary color
Monochromatic Colors of #431984
Black with #431984
Text Example
Text Example
White with #431984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431984; }
p { color: rgb(67,25,132); }
H1.HeaderClassName
{
color: #431984;
}
.AnyTagClassName
{
color: #431984;
}
</style>
background-color css
<style>
a { background-color: #431984; }
a { background-color: rgb(67,25,132); }
div.DivClassName
{
background-color: #431984;
}
.BgClassName
{
background-color: #431984;
}
</style>
border-color css
<style>
span { border-color: #431984; }
span { border-color: rgb(67,25,132); }
td.TdClassName
{
border-color: #431984;
}
.TagClassName
{
border-color: #431984;
}
</style>