Shades of Persian Indigo #2B0082
Tints of Persian Indigo #2B0082
RGB
CMYK
RGB Variations
Color information
#2B0082 (or 0x2B0082) is known color: Persian Indigo. HEX triplet: 2B, 00 and 82. RGB value is (43,0,130). Sum of RGB (Red+Green+Blue) = 43+0+130=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 130 (51.17% from 255 or 75.14% from 173); Max value from RGB is 130 - color contains mainly: blue. Hex color #2B0082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0082 is #D4FF7D. Grayscale: #1B1B1B. Windows color (decimal): -13959038 or 8519723. OLE color: 8519723.
HSL color Cylindrical-coordinate representation of color #2B0082: hue angle of 259.85º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0082 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 0 | 130 | - |
| CMYK | 0.67 | 1 | 0 | 0.49 |
| HSL | 259.85º | 1% | 0.25% | - |
| HSV(B) | 259.85º | 1% | 0.51% | - |
| XYZ | 5.03 | 2.13 | 21.26 | - |
| YUV | 27.68 | 185.75 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 130 | 0.67 | 1 | 0 | 0.49 | 259.85 | 1 | 0.25 |
| Hex | 2B | 0 | 82 | 43 | 64 | 0 | 31 | 104 | 64 | 19 |
| Octal | 53 | 0 | 202 | 103 | 144 | 0 | 61 | 404 | 144 | 31 |
| Binary | 101011 | 0 | 10000010 | 1000011 | 1100100 | 0 | 110001 | 100000100 | 1100100 | 11001 |
Color Harmonies of #2B0082
Complementary color
Monochromatic Colors of #2B0082
Black with #2B0082
Text Example
Text Example
White with #2B0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0082; }
p { color: rgb(43,0,130); }
H1.HeaderClassName
{
color: #2B0082;
}
.AnyTagClassName
{
color: #2B0082;
}
</style>
background-color css
<style>
a { background-color: #2B0082; }
a { background-color: rgb(43,0,130); }
div.DivClassName
{
background-color: #2B0082;
}
.BgClassName
{
background-color: #2B0082;
}
</style>
border-color css
<style>
span { border-color: #2B0082; }
span { border-color: rgb(43,0,130); }
td.TdClassName
{
border-color: #2B0082;
}
.TagClassName
{
border-color: #2B0082;
}
</style>