Shades of Persian Indigo #43139C
Tints of Persian Indigo #43139C
RGB
CMYK
RGB Variations
Color information
#43139C (or 0x43139C) is known color: Persian Indigo. HEX triplet: 43, 13 and 9C. RGB value is (67,19,156). Sum of RGB (Red+Green+Blue) = 67+19+156=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #43139C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43139C is #BCEC63. Grayscale: #303030. Windows color (decimal): -12381284 or 10228547. OLE color: 10228547.
HSL color Cylindrical-coordinate representation of color #43139C: hue angle of 261.02º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43139C is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 19 | 156 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.39 |
| HSL | 261.02º | 0.78% | 0.34% | - |
| HSV(B) | 261.02º | 0.88% | 0.61% | - |
| XYZ | 8.55 | 4.06 | 31.79 | - |
| YUV | 48.97 | 188.4 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 156 | 0.57 | 0.88 | 0 | 0.39 | 261.02 | 0.78 | 0.34 |
| Hex | 43 | 13 | 9C | 39 | 58 | 0 | 27 | 105 | 4E | 22 |
| Octal | 103 | 23 | 234 | 71 | 130 | 0 | 47 | 405 | 116 | 42 |
| Binary | 1000011 | 10011 | 10011100 | 111001 | 1011000 | 0 | 100111 | 100000101 | 1001110 | 100010 |
Color Harmonies of #43139C
Complementary color
Monochromatic Colors of #43139C
Black with #43139C
Text Example
Text Example
White with #43139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43139C; }
p { color: rgb(67,19,156); }
H1.HeaderClassName
{
color: #43139C;
}
.AnyTagClassName
{
color: #43139C;
}
</style>
background-color css
<style>
a { background-color: #43139C; }
a { background-color: rgb(67,19,156); }
div.DivClassName
{
background-color: #43139C;
}
.BgClassName
{
background-color: #43139C;
}
</style>
border-color css
<style>
span { border-color: #43139C; }
span { border-color: rgb(67,19,156); }
td.TdClassName
{
border-color: #43139C;
}
.TagClassName
{
border-color: #43139C;
}
</style>