Shades of Persian Indigo #2B007D
Tints of Persian Indigo #2B007D
RGB
CMYK
RGB Variations
Color information
#2B007D (or 0x2B007D) is known color: Persian Indigo. HEX triplet: 2B, 00 and 7D. RGB value is (43,0,125). Sum of RGB (Red+Green+Blue) = 43+0+125=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B007D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B007D is #D4FF82. Grayscale: #1A1A1A. Windows color (decimal): -13959043 or 8192043. OLE color: 8192043.
HSL color Cylindrical-coordinate representation of color #2B007D: hue angle of 260.64º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B007D is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 0 | 125 | - |
| CMYK | 0.66 | 1 | 0 | 0.51 |
| HSL | 260.64º | 1% | 0.25% | - |
| HSV(B) | 260.64º | 1% | 0.49% | - |
| XYZ | 4.7 | 1.99 | 19.54 | - |
| YUV | 27.11 | 183.25 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 125 | 0.66 | 1 | 0 | 0.51 | 260.64 | 1 | 0.25 |
| Hex | 2B | 0 | 7D | 42 | 64 | 0 | 33 | 105 | 64 | 19 |
| Octal | 53 | 0 | 175 | 102 | 144 | 0 | 63 | 405 | 144 | 31 |
| Binary | 101011 | 0 | 1111101 | 1000010 | 1100100 | 0 | 110011 | 100000101 | 1100100 | 11001 |
Color Harmonies of #2B007D
Complementary color
Monochromatic Colors of #2B007D
Black with #2B007D
Text Example
Text Example
White with #2B007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B007D; }
p { color: rgb(43,0,125); }
H1.HeaderClassName
{
color: #2B007D;
}
.AnyTagClassName
{
color: #2B007D;
}
</style>
background-color css
<style>
a { background-color: #2B007D; }
a { background-color: rgb(43,0,125); }
div.DivClassName
{
background-color: #2B007D;
}
.BgClassName
{
background-color: #2B007D;
}
</style>
border-color css
<style>
span { border-color: #2B007D; }
span { border-color: rgb(43,0,125); }
td.TdClassName
{
border-color: #2B007D;
}
.TagClassName
{
border-color: #2B007D;
}
</style>