Shades of Persian Indigo #43177B
Tints of Persian Indigo #43177B
RGB
CMYK
RGB Variations
Color information
#43177B (or 0x43177B) is known color: Persian Indigo. HEX triplet: 43, 17 and 7B. RGB value is (67,23,123). Sum of RGB (Red+Green+Blue) = 67+23+123=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #43177B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43177B is #BCE884. Grayscale: #2F2F2F. Windows color (decimal): -12380293 or 8066883. OLE color: 8066883.
HSL color Cylindrical-coordinate representation of color #43177B: hue angle of 266.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43177B is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 23 | 123 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.52 |
| HSL | 266.4º | 0.68% | 0.29% | - |
| HSV(B) | 266.4º | 0.81% | 0.48% | - |
| XYZ | 6.2 | 3.24 | 19.04 | - |
| YUV | 47.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 123 | 0.46 | 0.81 | 0 | 0.52 | 266.4 | 0.68 | 0.29 |
| Hex | 43 | 17 | 7B | 2E | 51 | 0 | 34 | 10A | 44 | 1D |
| Octal | 103 | 27 | 173 | 56 | 121 | 0 | 64 | 412 | 104 | 35 |
| Binary | 1000011 | 10111 | 1111011 | 101110 | 1010001 | 0 | 110100 | 100001010 | 1000100 | 11101 |
Color Harmonies of #43177B
Complementary color
Monochromatic Colors of #43177B
Black with #43177B
Text Example
Text Example
White with #43177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43177B; }
p { color: rgb(67,23,123); }
H1.HeaderClassName
{
color: #43177B;
}
.AnyTagClassName
{
color: #43177B;
}
</style>
background-color css
<style>
a { background-color: #43177B; }
a { background-color: rgb(67,23,123); }
div.DivClassName
{
background-color: #43177B;
}
.BgClassName
{
background-color: #43177B;
}
</style>
border-color css
<style>
span { border-color: #43177B; }
span { border-color: rgb(67,23,123); }
td.TdClassName
{
border-color: #43177B;
}
.TagClassName
{
border-color: #43177B;
}
</style>