Shades of Persian Indigo #43177A
Tints of Persian Indigo #43177A
RGB
CMYK
RGB Variations
Color information
#43177A (or 0x43177A) is known color: Persian Indigo. HEX triplet: 43, 17 and 7A. RGB value is (67,23,122). Sum of RGB (Red+Green+Blue) = 67+23+122=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #43177A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43177A is #BCE885. Grayscale: #2F2F2F. Windows color (decimal): -12380294 or 8001347. OLE color: 8001347.
HSL color Cylindrical-coordinate representation of color #43177A: hue angle of 266.67º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43177A is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 23 | 122 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.52 |
| HSL | 266.67º | 0.68% | 0.28% | - |
| HSV(B) | 266.67º | 0.81% | 0.48% | - |
| XYZ | 6.13 | 3.21 | 18.71 | - |
| YUV | 47.44 | 170.08 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 122 | 0.45 | 0.81 | 0 | 0.52 | 266.67 | 0.68 | 0.28 |
| Hex | 43 | 17 | 7A | 2D | 51 | 0 | 34 | 10B | 44 | 1C |
| Octal | 103 | 27 | 172 | 55 | 121 | 0 | 64 | 413 | 104 | 34 |
| Binary | 1000011 | 10111 | 1111010 | 101101 | 1010001 | 0 | 110100 | 100001011 | 1000100 | 11100 |
Color Harmonies of #43177A
Complementary color
Monochromatic Colors of #43177A
Black with #43177A
Text Example
Text Example
White with #43177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43177A; }
p { color: rgb(67,23,122); }
H1.HeaderClassName
{
color: #43177A;
}
.AnyTagClassName
{
color: #43177A;
}
</style>
background-color css
<style>
a { background-color: #43177A; }
a { background-color: rgb(67,23,122); }
div.DivClassName
{
background-color: #43177A;
}
.BgClassName
{
background-color: #43177A;
}
</style>
border-color css
<style>
span { border-color: #43177A; }
span { border-color: rgb(67,23,122); }
td.TdClassName
{
border-color: #43177A;
}
.TagClassName
{
border-color: #43177A;
}
</style>