Shades of Persian Indigo #2A0F68
Tints of Persian Indigo #2A0F68
RGB
CMYK
RGB Variations
Color information
#2A0F68 (or 0x2A0F68) is known color: Persian Indigo. HEX triplet: 2A, 0F and 68. RGB value is (42,15,104). Sum of RGB (Red+Green+Blue) = 42+15+104=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A0F68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0F68 is #D5F097. Grayscale: #202020. Windows color (decimal): -14020760 or 6819626. OLE color: 6819626.
HSL color Cylindrical-coordinate representation of color #2A0F68: hue angle of 258.2º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A0F68 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 15 | 104 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.59 |
| HSL | 258.2º | 0.75% | 0.23% | - |
| HSV(B) | 258.2º | 0.86% | 0.41% | - |
| XYZ | 3.62 | 1.83 | 13.26 | - |
| YUV | 33.22 | 167.95 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 104 | 0.60 | 0.86 | 0 | 0.59 | 258.2 | 0.75 | 0.23 |
| Hex | 2A | F | 68 | 3C | 56 | 0 | 3B | 102 | 4B | 17 |
| Octal | 52 | 17 | 150 | 74 | 126 | 0 | 73 | 402 | 113 | 27 |
| Binary | 101010 | 1111 | 1101000 | 111100 | 1010110 | 0 | 111011 | 100000010 | 1001011 | 10111 |
Color Harmonies of #2A0F68
Complementary color
Monochromatic Colors of #2A0F68
Black with #2A0F68
Text Example
Text Example
White with #2A0F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0F68; }
p { color: rgb(42,15,104); }
H1.HeaderClassName
{
color: #2A0F68;
}
.AnyTagClassName
{
color: #2A0F68;
}
</style>
background-color css
<style>
a { background-color: #2A0F68; }
a { background-color: rgb(42,15,104); }
div.DivClassName
{
background-color: #2A0F68;
}
.BgClassName
{
background-color: #2A0F68;
}
</style>
border-color css
<style>
span { border-color: #2A0F68; }
span { border-color: rgb(42,15,104); }
td.TdClassName
{
border-color: #2A0F68;
}
.TagClassName
{
border-color: #2A0F68;
}
</style>