Shades of Persian Indigo #43177E
Tints of Persian Indigo #43177E
RGB
CMYK
RGB Variations
Color information
#43177E (or 0x43177E) is known color: Persian Indigo. HEX triplet: 43, 17 and 7E. RGB value is (67,23,126). Sum of RGB (Red+Green+Blue) = 67+23+126=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 126 (49.61% from 255 or 58.33% from 216); Max value from RGB is 126 - color contains mainly: blue. Hex color #43177E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43177E is #BCE881. Grayscale: #2F2F2F. Windows color (decimal): -12380290 or 8263491. OLE color: 8263491.
HSL color Cylindrical-coordinate representation of color #43177E: hue angle of 265.63º degrees, saturation: 0.69, 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 #43177E is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 23 | 126 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.51 |
| HSL | 265.63º | 0.69% | 0.29% | - |
| HSV(B) | 265.63º | 0.82% | 0.49% | - |
| XYZ | 6.39 | 3.31 | 20.04 | - |
| YUV | 47.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 126 | 0.47 | 0.82 | 0 | 0.51 | 265.63 | 0.69 | 0.29 |
| Hex | 43 | 17 | 7E | 2F | 52 | 0 | 33 | 10A | 45 | 1D |
| Octal | 103 | 27 | 176 | 57 | 122 | 0 | 63 | 412 | 105 | 35 |
| Binary | 1000011 | 10111 | 1111110 | 101111 | 1010010 | 0 | 110011 | 100001010 | 1000101 | 11101 |
Color Harmonies of #43177E
Complementary color
Monochromatic Colors of #43177E
Black with #43177E
Text Example
Text Example
White with #43177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43177E; }
p { color: rgb(67,23,126); }
H1.HeaderClassName
{
color: #43177E;
}
.AnyTagClassName
{
color: #43177E;
}
</style>
background-color css
<style>
a { background-color: #43177E; }
a { background-color: rgb(67,23,126); }
div.DivClassName
{
background-color: #43177E;
}
.BgClassName
{
background-color: #43177E;
}
</style>
border-color css
<style>
span { border-color: #43177E; }
span { border-color: rgb(67,23,126); }
td.TdClassName
{
border-color: #43177E;
}
.TagClassName
{
border-color: #43177E;
}
</style>