Shades of Persian Indigo #43168D
Tints of Persian Indigo #43168D
RGB
CMYK
RGB Variations
Color information
#43168D (or 0x43168D) is known color: Persian Indigo. HEX triplet: 43, 16 and 8D. RGB value is (67,22,141). Sum of RGB (Red+Green+Blue) = 67+22+141=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #43168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43168D is #BCE972. Grayscale: #303030. Windows color (decimal): -12380531 or 9246275. OLE color: 9246275.
HSL color Cylindrical-coordinate representation of color #43168D: hue angle of 262.69º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43168D is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 22 | 141 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.45 |
| HSL | 262.69º | 0.73% | 0.32% | - |
| HSV(B) | 262.69º | 0.84% | 0.55% | - |
| XYZ | 7.41 | 3.69 | 25.52 | - |
| YUV | 49.02 | 179.91 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 22 | 141 | 0.52 | 0.84 | 0 | 0.45 | 262.69 | 0.73 | 0.32 |
| Hex | 43 | 16 | 8D | 34 | 54 | 0 | 2D | 107 | 49 | 20 |
| Octal | 103 | 26 | 215 | 64 | 124 | 0 | 55 | 407 | 111 | 40 |
| Binary | 1000011 | 10110 | 10001101 | 110100 | 1010100 | 0 | 101101 | 100000111 | 1001001 | 100000 |
Color Harmonies of #43168D
Complementary color
Monochromatic Colors of #43168D
Black with #43168D
Text Example
Text Example
White with #43168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43168D; }
p { color: rgb(67,22,141); }
H1.HeaderClassName
{
color: #43168D;
}
.AnyTagClassName
{
color: #43168D;
}
</style>
background-color css
<style>
a { background-color: #43168D; }
a { background-color: rgb(67,22,141); }
div.DivClassName
{
background-color: #43168D;
}
.BgClassName
{
background-color: #43168D;
}
</style>
border-color css
<style>
span { border-color: #43168D; }
span { border-color: rgb(67,22,141); }
td.TdClassName
{
border-color: #43168D;
}
.TagClassName
{
border-color: #43168D;
}
</style>