Shades of Persian Indigo #2B1782
Tints of Persian Indigo #2B1782
RGB
CMYK
RGB Variations
Color information
#2B1782 (or 0x2B1782) is known color: Persian Indigo. HEX triplet: 2B, 17 and 82. RGB value is (43,23,130). Sum of RGB (Red+Green+Blue) = 43+23+130=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #2B1782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1782 is #D4E87D. Grayscale: #282828. Windows color (decimal): -13953150 or 8525611. OLE color: 8525611.
HSL color Cylindrical-coordinate representation of color #2B1782: hue angle of 251.21º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B1782 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 23 | 130 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.49 |
| HSL | 251.22º | 0.7% | 0.3% | - |
| HSV(B) | 251.22º | 0.82% | 0.51% | - |
| XYZ | 5.33 | 2.74 | 21.37 | - |
| YUV | 41.18 | 178.13 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 130 | 0.67 | 0.82 | 0 | 0.49 | 251.22 | 0.7 | 0.3 |
| Hex | 2B | 17 | 82 | 43 | 52 | 0 | 31 | FB | 46 | 1E |
| Octal | 53 | 27 | 202 | 103 | 122 | 0 | 61 | 373 | 106 | 36 |
| Binary | 101011 | 10111 | 10000010 | 1000011 | 1010010 | 0 | 110001 | 11111011 | 1000110 | 11110 |
Color Harmonies of #2B1782
Complementary color
Monochromatic Colors of #2B1782
Black with #2B1782
Text Example
Text Example
White with #2B1782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1782; }
p { color: rgb(43,23,130); }
H1.HeaderClassName
{
color: #2B1782;
}
.AnyTagClassName
{
color: #2B1782;
}
</style>
background-color css
<style>
a { background-color: #2B1782; }
a { background-color: rgb(43,23,130); }
div.DivClassName
{
background-color: #2B1782;
}
.BgClassName
{
background-color: #2B1782;
}
</style>
border-color css
<style>
span { border-color: #2B1782; }
span { border-color: rgb(43,23,130); }
td.TdClassName
{
border-color: #2B1782;
}
.TagClassName
{
border-color: #2B1782;
}
</style>