Shades of Persian Indigo #2A006B
Tints of Persian Indigo #2A006B
RGB
CMYK
RGB Variations
Color information
#2A006B (or 0x2A006B) is known color: Persian Indigo. HEX triplet: 2A, 00 and 6B. RGB value is (42,0,107). Sum of RGB (Red+Green+Blue) = 42+0+107=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 107 (42.19% from 255 or 71.81% from 149); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A006B is #D5FF94. Grayscale: #181818. Windows color (decimal): -14024597 or 7012394. OLE color: 7012394.
HSL color Cylindrical-coordinate representation of color #2A006B: hue angle of 263.55º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A006B is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 0 | 107 | - |
| CMYK | 0.61 | 1 | 0 | 0.58 |
| HSL | 263.55º | 1% | 0.21% | - |
| HSV(B) | 263.55º | 1% | 0.42% | - |
| XYZ | 3.61 | 1.55 | 14.02 | - |
| YUV | 24.76 | 174.41 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 107 | 0.61 | 1 | 0 | 0.58 | 263.55 | 1 | 0.21 |
| Hex | 2A | 0 | 6B | 3D | 64 | 0 | 3A | 108 | 64 | 15 |
| Octal | 52 | 0 | 153 | 75 | 144 | 0 | 72 | 410 | 144 | 25 |
| Binary | 101010 | 0 | 1101011 | 111101 | 1100100 | 0 | 111010 | 100001000 | 1100100 | 10101 |
Color Harmonies of #2A006B
Complementary color
Monochromatic Colors of #2A006B
Black with #2A006B
Text Example
Text Example
White with #2A006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A006B; }
p { color: rgb(42,0,107); }
H1.HeaderClassName
{
color: #2A006B;
}
.AnyTagClassName
{
color: #2A006B;
}
</style>
background-color css
<style>
a { background-color: #2A006B; }
a { background-color: rgb(42,0,107); }
div.DivClassName
{
background-color: #2A006B;
}
.BgClassName
{
background-color: #2A006B;
}
</style>
border-color css
<style>
span { border-color: #2A006B; }
span { border-color: rgb(42,0,107); }
td.TdClassName
{
border-color: #2A006B;
}
.TagClassName
{
border-color: #2A006B;
}
</style>