Shades of Persian Indigo #2B0068
Tints of Persian Indigo #2B0068
RGB
CMYK
RGB Variations
Color information
#2B0068 (or 0x2B0068) is known color: Persian Indigo. HEX triplet: 2B, 00 and 68. RGB value is (43,0,104). Sum of RGB (Red+Green+Blue) = 43+0+104=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B0068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0068 is #D4FF97. Grayscale: #181818. Windows color (decimal): -13959064 or 6815787. OLE color: 6815787.
HSL color Cylindrical-coordinate representation of color #2B0068: hue angle of 264.81º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0068 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 0 | 104 | - |
| CMYK | 0.59 | 1 | 0 | 0.59 |
| HSL | 264.81º | 1% | 0.2% | - |
| HSV(B) | 264.81º | 1% | 0.41% | - |
| XYZ | 3.49 | 1.51 | 13.2 | - |
| YUV | 24.71 | 172.75 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 104 | 0.59 | 1 | 0 | 0.59 | 264.81 | 1 | 0.2 |
| Hex | 2B | 0 | 68 | 3B | 64 | 0 | 3B | 109 | 64 | 14 |
| Octal | 53 | 0 | 150 | 73 | 144 | 0 | 73 | 411 | 144 | 24 |
| Binary | 101011 | 0 | 1101000 | 111011 | 1100100 | 0 | 111011 | 100001001 | 1100100 | 10100 |
Color Harmonies of #2B0068
Complementary color
Monochromatic Colors of #2B0068
Black with #2B0068
Text Example
Text Example
White with #2B0068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0068; }
p { color: rgb(43,0,104); }
H1.HeaderClassName
{
color: #2B0068;
}
.AnyTagClassName
{
color: #2B0068;
}
</style>
background-color css
<style>
a { background-color: #2B0068; }
a { background-color: rgb(43,0,104); }
div.DivClassName
{
background-color: #2B0068;
}
.BgClassName
{
background-color: #2B0068;
}
</style>
border-color css
<style>
span { border-color: #2B0068; }
span { border-color: rgb(43,0,104); }
td.TdClassName
{
border-color: #2B0068;
}
.TagClassName
{
border-color: #2B0068;
}
</style>