Shades of Persian Indigo #2A0464
Tints of Persian Indigo #2A0464
RGB
CMYK
RGB Variations
Color information
#2A0464 (or 0x2A0464) is known color: Persian Indigo. HEX triplet: 2A, 04 and 64. RGB value is (42,4,100). Sum of RGB (Red+Green+Blue) = 42+4+100=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 100 (39.45% from 255 or 68.49% from 146); Max value from RGB is 100 - color contains mainly: blue. Hex color #2A0464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0464 is #D5FB9B. Grayscale: #191919. Windows color (decimal): -14023580 or 6554666. OLE color: 6554666.
HSL color Cylindrical-coordinate representation of color #2A0464: hue angle of 263.75º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0464 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 4 | 100 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.61 |
| HSL | 263.75º | 0.92% | 0.2% | - |
| HSV(B) | 263.75º | 0.96% | 0.39% | - |
| XYZ | 3.3 | 1.5 | 12.17 | - |
| YUV | 26.31 | 169.59 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 100 | 0.58 | 0.96 | 0 | 0.61 | 263.75 | 0.92 | 0.2 |
| Hex | 2A | 4 | 64 | 3A | 60 | 0 | 3D | 108 | 5C | 14 |
| Octal | 52 | 4 | 144 | 72 | 140 | 0 | 75 | 410 | 134 | 24 |
| Binary | 101010 | 100 | 1100100 | 111010 | 1100000 | 0 | 111101 | 100001000 | 1011100 | 10100 |
Color Harmonies of #2A0464
Complementary color
Monochromatic Colors of #2A0464
Black with #2A0464
Text Example
Text Example
White with #2A0464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0464; }
p { color: rgb(42,4,100); }
H1.HeaderClassName
{
color: #2A0464;
}
.AnyTagClassName
{
color: #2A0464;
}
</style>
background-color css
<style>
a { background-color: #2A0464; }
a { background-color: rgb(42,4,100); }
div.DivClassName
{
background-color: #2A0464;
}
.BgClassName
{
background-color: #2A0464;
}
</style>
border-color css
<style>
span { border-color: #2A0464; }
span { border-color: rgb(42,4,100); }
td.TdClassName
{
border-color: #2A0464;
}
.TagClassName
{
border-color: #2A0464;
}
</style>