Shades of Persian Indigo #2B008C
Tints of Persian Indigo #2B008C
RGB
CMYK
RGB Variations
Color information
#2B008C (or 0x2B008C) is known color: Persian Indigo. HEX triplet: 2B, 00 and 8C. RGB value is (43,0,140). Sum of RGB (Red+Green+Blue) = 43+0+140=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 140 (55.08% from 255 or 76.50% from 183); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B008C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B008C is #D4FF73. Grayscale: #1C1C1C. Windows color (decimal): -13959028 or 9175083. OLE color: 9175083.
HSL color Cylindrical-coordinate representation of color #2B008C: hue angle of 258.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B008C is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 0 | 140 | - |
| CMYK | 0.69 | 1 | 0 | 0.45 |
| HSL | 258.43º | 1% | 0.27% | - |
| HSV(B) | 258.43º | 1% | 0.55% | - |
| XYZ | 5.73 | 2.41 | 24.97 | - |
| YUV | 28.82 | 190.75 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 140 | 0.69 | 1 | 0 | 0.45 | 258.43 | 1 | 0.27 |
| Hex | 2B | 0 | 8C | 45 | 64 | 0 | 2D | 102 | 64 | 1B |
| Octal | 53 | 0 | 214 | 105 | 144 | 0 | 55 | 402 | 144 | 33 |
| Binary | 101011 | 0 | 10001100 | 1000101 | 1100100 | 0 | 101101 | 100000010 | 1100100 | 11011 |
Color Harmonies of #2B008C
Complementary color
Monochromatic Colors of #2B008C
Black with #2B008C
Text Example
Text Example
White with #2B008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B008C; }
p { color: rgb(43,0,140); }
H1.HeaderClassName
{
color: #2B008C;
}
.AnyTagClassName
{
color: #2B008C;
}
</style>
background-color css
<style>
a { background-color: #2B008C; }
a { background-color: rgb(43,0,140); }
div.DivClassName
{
background-color: #2B008C;
}
.BgClassName
{
background-color: #2B008C;
}
</style>
border-color css
<style>
span { border-color: #2B008C; }
span { border-color: rgb(43,0,140); }
td.TdClassName
{
border-color: #2B008C;
}
.TagClassName
{
border-color: #2B008C;
}
</style>