Shades of Persian Indigo #43199A
Tints of Persian Indigo #43199A
RGB
CMYK
RGB Variations
Color information
#43199A (or 0x43199A) is known color: Persian Indigo. HEX triplet: 43, 19 and 9A. RGB value is (67,25,154). Sum of RGB (Red+Green+Blue) = 67+25+154=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #43199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43199A is #BCE665. Grayscale: #333333. Windows color (decimal): -12379750 or 10099011. OLE color: 10099011.
HSL color Cylindrical-coordinate representation of color #43199A: hue angle of 259.53º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43199A is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 25 | 154 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.40 |
| HSL | 259.53º | 0.72% | 0.35% | - |
| HSV(B) | 259.53º | 0.84% | 0.6% | - |
| XYZ | 8.5 | 4.22 | 30.94 | - |
| YUV | 52.26 | 185.41 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 154 | 0.56 | 0.84 | 0 | 0.40 | 259.53 | 0.72 | 0.35 |
| Hex | 43 | 19 | 9A | 38 | 54 | 0 | 28 | 104 | 48 | 23 |
| Octal | 103 | 31 | 232 | 70 | 124 | 0 | 50 | 404 | 110 | 43 |
| Binary | 1000011 | 11001 | 10011010 | 111000 | 1010100 | 0 | 101000 | 100000100 | 1001000 | 100011 |
Color Harmonies of #43199A
Complementary color
Monochromatic Colors of #43199A
Black with #43199A
Text Example
Text Example
White with #43199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43199A; }
p { color: rgb(67,25,154); }
H1.HeaderClassName
{
color: #43199A;
}
.AnyTagClassName
{
color: #43199A;
}
</style>
background-color css
<style>
a { background-color: #43199A; }
a { background-color: rgb(67,25,154); }
div.DivClassName
{
background-color: #43199A;
}
.BgClassName
{
background-color: #43199A;
}
</style>
border-color css
<style>
span { border-color: #43199A; }
span { border-color: rgb(67,25,154); }
td.TdClassName
{
border-color: #43199A;
}
.TagClassName
{
border-color: #43199A;
}
</style>