Shades of Persian Indigo #43167C
Tints of Persian Indigo #43167C
RGB
CMYK
RGB Variations
Color information
#43167C (or 0x43167C) is known color: Persian Indigo. HEX triplet: 43, 16 and 7C. RGB value is (67,22,124). Sum of RGB (Red+Green+Blue) = 67+22+124=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #43167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43167C is #BCE983. Grayscale: #2E2E2E. Windows color (decimal): -12380548 or 8132163. OLE color: 8132163.
HSL color Cylindrical-coordinate representation of color #43167C: hue angle of 266.47º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43167C is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 22 | 124 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.51 |
| HSL | 266.47º | 0.7% | 0.29% | - |
| HSV(B) | 266.47º | 0.82% | 0.49% | - |
| XYZ | 6.24 | 3.22 | 19.36 | - |
| YUV | 47.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 22 | 124 | 0.46 | 0.82 | 0 | 0.51 | 266.47 | 0.7 | 0.29 |
| Hex | 43 | 16 | 7C | 2E | 52 | 0 | 33 | 10A | 46 | 1D |
| Octal | 103 | 26 | 174 | 56 | 122 | 0 | 63 | 412 | 106 | 35 |
| Binary | 1000011 | 10110 | 1111100 | 101110 | 1010010 | 0 | 110011 | 100001010 | 1000110 | 11101 |
Color Harmonies of #43167C
Complementary color
Monochromatic Colors of #43167C
Black with #43167C
Text Example
Text Example
White with #43167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43167C; }
p { color: rgb(67,22,124); }
H1.HeaderClassName
{
color: #43167C;
}
.AnyTagClassName
{
color: #43167C;
}
</style>
background-color css
<style>
a { background-color: #43167C; }
a { background-color: rgb(67,22,124); }
div.DivClassName
{
background-color: #43167C;
}
.BgClassName
{
background-color: #43167C;
}
</style>
border-color css
<style>
span { border-color: #43167C; }
span { border-color: rgb(67,22,124); }
td.TdClassName
{
border-color: #43167C;
}
.TagClassName
{
border-color: #43167C;
}
</style>