Shades of Persian Indigo #2B006B
Tints of Persian Indigo #2B006B
RGB
CMYK
RGB Variations
Color information
#2B006B (or 0x2B006B) is known color: Persian Indigo. HEX triplet: 2B, 00 and 6B. RGB value is (43,0,107). Sum of RGB (Red+Green+Blue) = 43+0+107=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 107 (42.19% from 255 or 71.33% from 150); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B006B is #D4FF94. Grayscale: #181818. Windows color (decimal): -13959061 or 7012395. OLE color: 7012395.
HSL color Cylindrical-coordinate representation of color #2B006B: hue angle of 264.11º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B006B is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 0 | 107 | - |
| CMYK | 0.60 | 1 | 0 | 0.58 |
| HSL | 264.11º | 1% | 0.21% | - |
| HSV(B) | 264.11º | 1% | 0.42% | - |
| XYZ | 3.65 | 1.58 | 14.02 | - |
| YUV | 25.06 | 174.25 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 107 | 0.60 | 1 | 0 | 0.58 | 264.11 | 1 | 0.21 |
| Hex | 2B | 0 | 6B | 3C | 64 | 0 | 3A | 108 | 64 | 15 |
| Octal | 53 | 0 | 153 | 74 | 144 | 0 | 72 | 410 | 144 | 25 |
| Binary | 101011 | 0 | 1101011 | 111100 | 1100100 | 0 | 111010 | 100001000 | 1100100 | 10101 |
Color Harmonies of #2B006B
Complementary color
Monochromatic Colors of #2B006B
Black with #2B006B
Text Example
Text Example
White with #2B006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B006B; }
p { color: rgb(43,0,107); }
H1.HeaderClassName
{
color: #2B006B;
}
.AnyTagClassName
{
color: #2B006B;
}
</style>
background-color css
<style>
a { background-color: #2B006B; }
a { background-color: rgb(43,0,107); }
div.DivClassName
{
background-color: #2B006B;
}
.BgClassName
{
background-color: #2B006B;
}
</style>
border-color css
<style>
span { border-color: #2B006B; }
span { border-color: rgb(43,0,107); }
td.TdClassName
{
border-color: #2B006B;
}
.TagClassName
{
border-color: #2B006B;
}
</style>