Shades of Persian Indigo #2A0268
Tints of Persian Indigo #2A0268
RGB
CMYK
RGB Variations
Color information
#2A0268 (or 0x2A0268) is known color: Persian Indigo. HEX triplet: 2A, 02 and 68. RGB value is (42,2,104). Sum of RGB (Red+Green+Blue) = 42+2+104=148 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.38% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 104 (41.02% from 255 or 70.27% from 148); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A0268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0268 is #D5FD97. Grayscale: #191919. Windows color (decimal): -14024088 or 6816298. OLE color: 6816298.
HSL color Cylindrical-coordinate representation of color #2A0268: hue angle of 263.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0268 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 2 | 104 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.59 |
| HSL | 263.53º | 0.96% | 0.21% | - |
| HSV(B) | 263.53º | 0.98% | 0.41% | - |
| XYZ | 3.48 | 1.54 | 13.21 | - |
| YUV | 25.59 | 172.25 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 104 | 0.60 | 0.98 | 0 | 0.59 | 263.53 | 0.96 | 0.21 |
| Hex | 2A | 2 | 68 | 3C | 62 | 0 | 3B | 108 | 60 | 15 |
| Octal | 52 | 2 | 150 | 74 | 142 | 0 | 73 | 410 | 140 | 25 |
| Binary | 101010 | 10 | 1101000 | 111100 | 1100010 | 0 | 111011 | 100001000 | 1100000 | 10101 |
Color Harmonies of #2A0268
Complementary color
Monochromatic Colors of #2A0268
Black with #2A0268
Text Example
Text Example
White with #2A0268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0268; }
p { color: rgb(42,2,104); }
H1.HeaderClassName
{
color: #2A0268;
}
.AnyTagClassName
{
color: #2A0268;
}
</style>
background-color css
<style>
a { background-color: #2A0268; }
a { background-color: rgb(42,2,104); }
div.DivClassName
{
background-color: #2A0268;
}
.BgClassName
{
background-color: #2A0268;
}
</style>
border-color css
<style>
span { border-color: #2A0268; }
span { border-color: rgb(42,2,104); }
td.TdClassName
{
border-color: #2A0268;
}
.TagClassName
{
border-color: #2A0268;
}
</style>