Shades of Persian Indigo #43139A
Tints of Persian Indigo #43139A
RGB
CMYK
RGB Variations
Color information
#43139A (or 0x43139A) is known color: Persian Indigo. HEX triplet: 43, 13 and 9A. RGB value is (67,19,154). Sum of RGB (Red+Green+Blue) = 67+19+154=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #43139A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43139A is #BCEC65. Grayscale: #303030. Windows color (decimal): -12381286 or 10097475. OLE color: 10097475.
HSL color Cylindrical-coordinate representation of color #43139A: hue angle of 261.33º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43139A is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 19 | 154 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.40 |
| HSL | 261.33º | 0.78% | 0.34% | - |
| HSV(B) | 261.33º | 0.88% | 0.6% | - |
| XYZ | 8.38 | 3.99 | 30.9 | - |
| YUV | 48.74 | 187.4 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 154 | 0.56 | 0.88 | 0 | 0.40 | 261.33 | 0.78 | 0.34 |
| Hex | 43 | 13 | 9A | 38 | 58 | 0 | 28 | 105 | 4E | 22 |
| Octal | 103 | 23 | 232 | 70 | 130 | 0 | 50 | 405 | 116 | 42 |
| Binary | 1000011 | 10011 | 10011010 | 111000 | 1011000 | 0 | 101000 | 100000101 | 1001110 | 100010 |
Color Harmonies of #43139A
Complementary color
Monochromatic Colors of #43139A
Black with #43139A
Text Example
Text Example
White with #43139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43139A; }
p { color: rgb(67,19,154); }
H1.HeaderClassName
{
color: #43139A;
}
.AnyTagClassName
{
color: #43139A;
}
</style>
background-color css
<style>
a { background-color: #43139A; }
a { background-color: rgb(67,19,154); }
div.DivClassName
{
background-color: #43139A;
}
.BgClassName
{
background-color: #43139A;
}
</style>
border-color css
<style>
span { border-color: #43139A; }
span { border-color: rgb(67,19,154); }
td.TdClassName
{
border-color: #43139A;
}
.TagClassName
{
border-color: #43139A;
}
</style>