Shades of Persian Indigo #2B0268
Tints of Persian Indigo #2B0268
RGB
CMYK
RGB Variations
Color information
#2B0268 (or 0x2B0268) is known color: Persian Indigo. HEX triplet: 2B, 02 and 68. RGB value is (43,2,104). Sum of RGB (Red+Green+Blue) = 43+2+104=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B0268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0268 is #D4FD97. Grayscale: #191919. Windows color (decimal): -13958552 or 6816299. OLE color: 6816299.
HSL color Cylindrical-coordinate representation of color #2B0268: hue angle of 264.12º 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 #2B0268 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 2 | 104 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.59 |
| HSL | 264.12º | 0.96% | 0.21% | - |
| HSV(B) | 264.12º | 0.98% | 0.41% | - |
| XYZ | 3.52 | 1.56 | 13.21 | - |
| YUV | 25.89 | 172.08 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 104 | 0.59 | 0.98 | 0 | 0.59 | 264.12 | 0.96 | 0.21 |
| Hex | 2B | 2 | 68 | 3B | 62 | 0 | 3B | 108 | 60 | 15 |
| Octal | 53 | 2 | 150 | 73 | 142 | 0 | 73 | 410 | 140 | 25 |
| Binary | 101011 | 10 | 1101000 | 111011 | 1100010 | 0 | 111011 | 100001000 | 1100000 | 10101 |
Color Harmonies of #2B0268
Complementary color
Monochromatic Colors of #2B0268
Black with #2B0268
Text Example
Text Example
White with #2B0268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0268; }
p { color: rgb(43,2,104); }
H1.HeaderClassName
{
color: #2B0268;
}
.AnyTagClassName
{
color: #2B0268;
}
</style>
background-color css
<style>
a { background-color: #2B0268; }
a { background-color: rgb(43,2,104); }
div.DivClassName
{
background-color: #2B0268;
}
.BgClassName
{
background-color: #2B0268;
}
</style>
border-color css
<style>
span { border-color: #2B0268; }
span { border-color: rgb(43,2,104); }
td.TdClassName
{
border-color: #2B0268;
}
.TagClassName
{
border-color: #2B0268;
}
</style>