Shades of Persian Indigo #2B026C
Tints of Persian Indigo #2B026C
RGB
CMYK
RGB Variations
Color information
#2B026C (or 0x2B026C) is known color: Persian Indigo. HEX triplet: 2B, 02 and 6C. RGB value is (43,2,108). Sum of RGB (Red+Green+Blue) = 43+2+108=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B026C is #D4FD93. Grayscale: #191919. Windows color (decimal): -13958548 or 7078443. OLE color: 7078443.
HSL color Cylindrical-coordinate representation of color #2B026C: hue angle of 263.21º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B026C is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 2 | 108 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.58 |
| HSL | 263.21º | 0.96% | 0.22% | - |
| HSV(B) | 263.21º | 0.98% | 0.42% | - |
| XYZ | 3.72 | 1.64 | 14.31 | - |
| YUV | 26.34 | 174.08 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 108 | 0.60 | 0.98 | 0 | 0.58 | 263.21 | 0.96 | 0.22 |
| Hex | 2B | 2 | 6C | 3C | 62 | 0 | 3A | 107 | 60 | 16 |
| Octal | 53 | 2 | 154 | 74 | 142 | 0 | 72 | 407 | 140 | 26 |
| Binary | 101011 | 10 | 1101100 | 111100 | 1100010 | 0 | 111010 | 100000111 | 1100000 | 10110 |
Color Harmonies of #2B026C
Complementary color
Monochromatic Colors of #2B026C
Black with #2B026C
Text Example
Text Example
White with #2B026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B026C; }
p { color: rgb(43,2,108); }
H1.HeaderClassName
{
color: #2B026C;
}
.AnyTagClassName
{
color: #2B026C;
}
</style>
background-color css
<style>
a { background-color: #2B026C; }
a { background-color: rgb(43,2,108); }
div.DivClassName
{
background-color: #2B026C;
}
.BgClassName
{
background-color: #2B026C;
}
</style>
border-color css
<style>
span { border-color: #2B026C; }
span { border-color: rgb(43,2,108); }
td.TdClassName
{
border-color: #2B026C;
}
.TagClassName
{
border-color: #2B026C;
}
</style>