Shades of Persian Indigo #4317A0
Tints of Persian Indigo #4317A0
RGB
CMYK
RGB Variations
Color information
#4317A0 (or 0x4317A0) is known color: Persian Indigo. HEX triplet: 43, 17 and A0. RGB value is (67,23,160). Sum of RGB (Red+Green+Blue) = 67+23+160=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 160 (62.89% from 255 or 64% from 250); Max value from RGB is 160 - color contains mainly: blue. Hex color #4317A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4317A0 is #BCE85F. Grayscale: #333333. Windows color (decimal): -12380256 or 10491715. OLE color: 10491715.
HSL color Cylindrical-coordinate representation of color #4317A0: hue angle of 259.27º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4317A0 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 23 | 160 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.37 |
| HSL | 259.27º | 0.75% | 0.36% | - |
| HSV(B) | 259.27º | 0.86% | 0.63% | - |
| XYZ | 8.97 | 4.34 | 33.62 | - |
| YUV | 51.77 | 189.08 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 160 | 0.58 | 0.86 | 0 | 0.37 | 259.27 | 0.75 | 0.36 |
| Hex | 43 | 17 | A0 | 3A | 56 | 0 | 25 | 103 | 4B | 24 |
| Octal | 103 | 27 | 240 | 72 | 126 | 0 | 45 | 403 | 113 | 44 |
| Binary | 1000011 | 10111 | 10100000 | 111010 | 1010110 | 0 | 100101 | 100000011 | 1001011 | 100100 |
Color Harmonies of #4317A0
Complementary color
Monochromatic Colors of #4317A0
Black with #4317A0
Text Example
Text Example
White with #4317A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4317A0; }
p { color: rgb(67,23,160); }
H1.HeaderClassName
{
color: #4317A0;
}
.AnyTagClassName
{
color: #4317A0;
}
</style>
background-color css
<style>
a { background-color: #4317A0; }
a { background-color: rgb(67,23,160); }
div.DivClassName
{
background-color: #4317A0;
}
.BgClassName
{
background-color: #4317A0;
}
</style>
border-color css
<style>
span { border-color: #4317A0; }
span { border-color: rgb(67,23,160); }
td.TdClassName
{
border-color: #4317A0;
}
.TagClassName
{
border-color: #4317A0;
}
</style>