Shades of Persian Indigo #4315A0
Tints of Persian Indigo #4315A0
RGB
CMYK
RGB Variations
Color information
#4315A0 (or 0x4315A0) is known color: Persian Indigo. HEX triplet: 43, 15 and A0. RGB value is (67,21,160). Sum of RGB (Red+Green+Blue) = 67+21+160=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 160 (62.89% from 255 or 64.52% from 248); Max value from RGB is 160 - color contains mainly: blue. Hex color #4315A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4315A0 is #BCEA5F. Grayscale: #323232. Windows color (decimal): -12380768 or 10491203. OLE color: 10491203.
HSL color Cylindrical-coordinate representation of color #4315A0: hue angle of 259.86º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4315A0 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 21 | 160 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.37 |
| HSL | 259.86º | 0.77% | 0.35% | - |
| HSV(B) | 259.86º | 0.87% | 0.63% | - |
| XYZ | 8.93 | 4.27 | 33.61 | - |
| YUV | 50.6 | 189.74 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 160 | 0.58 | 0.87 | 0 | 0.37 | 259.86 | 0.77 | 0.35 |
| Hex | 43 | 15 | A0 | 3A | 57 | 0 | 25 | 104 | 4D | 23 |
| Octal | 103 | 25 | 240 | 72 | 127 | 0 | 45 | 404 | 115 | 43 |
| Binary | 1000011 | 10101 | 10100000 | 111010 | 1010111 | 0 | 100101 | 100000100 | 1001101 | 100011 |
Color Harmonies of #4315A0
Complementary color
Monochromatic Colors of #4315A0
Black with #4315A0
Text Example
Text Example
White with #4315A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4315A0; }
p { color: rgb(67,21,160); }
H1.HeaderClassName
{
color: #4315A0;
}
.AnyTagClassName
{
color: #4315A0;
}
</style>
background-color css
<style>
a { background-color: #4315A0; }
a { background-color: rgb(67,21,160); }
div.DivClassName
{
background-color: #4315A0;
}
.BgClassName
{
background-color: #4315A0;
}
</style>
border-color css
<style>
span { border-color: #4315A0; }
span { border-color: rgb(67,21,160); }
td.TdClassName
{
border-color: #4315A0;
}
.TagClassName
{
border-color: #4315A0;
}
</style>