Shades of Persian Indigo #2A0F6B
Tints of Persian Indigo #2A0F6B
RGB
CMYK
RGB Variations
Color information
#2A0F6B (or 0x2A0F6B) is known color: Persian Indigo. HEX triplet: 2A, 0F and 6B. RGB value is (42,15,107). Sum of RGB (Red+Green+Blue) = 42+15+107=164 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.61% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 107 (42.19% from 255 or 65.24% from 164); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A0F6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0F6B is #D5F094. Grayscale: #212121. Windows color (decimal): -14020757 or 7016234. OLE color: 7016234.
HSL color Cylindrical-coordinate representation of color #2A0F6B: hue angle of 257.61º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A0F6B is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 15 | 107 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.58 |
| HSL | 257.61º | 0.75% | 0.24% | - |
| HSV(B) | 257.61º | 0.86% | 0.42% | - |
| XYZ | 3.78 | 1.9 | 14.08 | - |
| YUV | 33.56 | 169.45 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 107 | 0.61 | 0.86 | 0 | 0.58 | 257.61 | 0.75 | 0.24 |
| Hex | 2A | F | 6B | 3D | 56 | 0 | 3A | 102 | 4B | 18 |
| Octal | 52 | 17 | 153 | 75 | 126 | 0 | 72 | 402 | 113 | 30 |
| Binary | 101010 | 1111 | 1101011 | 111101 | 1010110 | 0 | 111010 | 100000010 | 1001011 | 11000 |
Color Harmonies of #2A0F6B
Complementary color
Monochromatic Colors of #2A0F6B
Black with #2A0F6B
Text Example
Text Example
White with #2A0F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0F6B; }
p { color: rgb(42,15,107); }
H1.HeaderClassName
{
color: #2A0F6B;
}
.AnyTagClassName
{
color: #2A0F6B;
}
</style>
background-color css
<style>
a { background-color: #2A0F6B; }
a { background-color: rgb(42,15,107); }
div.DivClassName
{
background-color: #2A0F6B;
}
.BgClassName
{
background-color: #2A0F6B;
}
</style>
border-color css
<style>
span { border-color: #2A0F6B; }
span { border-color: rgb(42,15,107); }
td.TdClassName
{
border-color: #2A0F6B;
}
.TagClassName
{
border-color: #2A0F6B;
}
</style>