Shades of Persian Indigo #431C94
Tints of Persian Indigo #431C94
RGB
CMYK
RGB Variations
Color information
#431C94 (or 0x431C94) is known color: Persian Indigo. HEX triplet: 43, 1C and 94. RGB value is (67,28,148). Sum of RGB (Red+Green+Blue) = 67+28+148=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #431C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431C94 is #BCE36B. Grayscale: #343434. Windows color (decimal): -12378988 or 9706563. OLE color: 9706563.
HSL color Cylindrical-coordinate representation of color #431C94: hue angle of 259.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #431C94 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 28 | 148 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.42 |
| HSL | 259.5º | 0.68% | 0.35% | - |
| HSV(B) | 259.5º | 0.81% | 0.58% | - |
| XYZ | 8.08 | 4.16 | 28.39 | - |
| YUV | 53.34 | 181.42 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 148 | 0.55 | 0.81 | 0 | 0.42 | 259.5 | 0.68 | 0.35 |
| Hex | 43 | 1C | 94 | 37 | 51 | 0 | 2A | 104 | 44 | 23 |
| Octal | 103 | 34 | 224 | 67 | 121 | 0 | 52 | 404 | 104 | 43 |
| Binary | 1000011 | 11100 | 10010100 | 110111 | 1010001 | 0 | 101010 | 100000100 | 1000100 | 100011 |
Color Harmonies of #431C94
Complementary color
Monochromatic Colors of #431C94
Black with #431C94
Text Example
Text Example
White with #431C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C94; }
p { color: rgb(67,28,148); }
H1.HeaderClassName
{
color: #431C94;
}
.AnyTagClassName
{
color: #431C94;
}
</style>
background-color css
<style>
a { background-color: #431C94; }
a { background-color: rgb(67,28,148); }
div.DivClassName
{
background-color: #431C94;
}
.BgClassName
{
background-color: #431C94;
}
</style>
border-color css
<style>
span { border-color: #431C94; }
span { border-color: rgb(67,28,148); }
td.TdClassName
{
border-color: #431C94;
}
.TagClassName
{
border-color: #431C94;
}
</style>