Shades of Persian Indigo #2B007F
Tints of Persian Indigo #2B007F
RGB
CMYK
RGB Variations
Color information
#2B007F (or 0x2B007F) is known color: Persian Indigo. HEX triplet: 2B, 00 and 7F. RGB value is (43,0,127). Sum of RGB (Red+Green+Blue) = 43+0+127=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B007F is #D4FF80. Grayscale: #1A1A1A. Windows color (decimal): -13959041 or 8323115. OLE color: 8323115.
HSL color Cylindrical-coordinate representation of color #2B007F: hue angle of 260.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B007F is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 0 | 127 | - |
| CMYK | 0.66 | 1 | 0 | 0.50 |
| HSL | 260.31º | 1% | 0.25% | - |
| HSV(B) | 260.31º | 1% | 0.5% | - |
| XYZ | 4.83 | 2.05 | 20.22 | - |
| YUV | 27.34 | 184.25 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 127 | 0.66 | 1 | 0 | 0.50 | 260.31 | 1 | 0.25 |
| Hex | 2B | 0 | 7F | 42 | 64 | 0 | 32 | 104 | 64 | 19 |
| Octal | 53 | 0 | 177 | 102 | 144 | 0 | 62 | 404 | 144 | 31 |
| Binary | 101011 | 0 | 1111111 | 1000010 | 1100100 | 0 | 110010 | 100000100 | 1100100 | 11001 |
Color Harmonies of #2B007F
Complementary color
Monochromatic Colors of #2B007F
Black with #2B007F
Text Example
Text Example
White with #2B007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B007F; }
p { color: rgb(43,0,127); }
H1.HeaderClassName
{
color: #2B007F;
}
.AnyTagClassName
{
color: #2B007F;
}
</style>
background-color css
<style>
a { background-color: #2B007F; }
a { background-color: rgb(43,0,127); }
div.DivClassName
{
background-color: #2B007F;
}
.BgClassName
{
background-color: #2B007F;
}
</style>
border-color css
<style>
span { border-color: #2B007F; }
span { border-color: rgb(43,0,127); }
td.TdClassName
{
border-color: #2B007F;
}
.TagClassName
{
border-color: #2B007F;
}
</style>