Shades of Persian Indigo #2B178A
Tints of Persian Indigo #2B178A
RGB
CMYK
RGB Variations
Color information
#2B178A (or 0x2B178A) is known color: Persian Indigo. HEX triplet: 2B, 17 and 8A. RGB value is (43,23,138). Sum of RGB (Red+Green+Blue) = 43+23+138=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 138 (54.30% from 255 or 67.65% from 204); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B178A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B178A is #D4E875. Grayscale: #292929. Windows color (decimal): -13953142 or 9049899. OLE color: 9049899.
HSL color Cylindrical-coordinate representation of color #2B178A: hue angle of 250.43º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B178A is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 23 | 138 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.46 |
| HSL | 250.43º | 0.71% | 0.32% | - |
| HSV(B) | 250.43º | 0.83% | 0.54% | - |
| XYZ | 5.89 | 2.96 | 24.31 | - |
| YUV | 42.09 | 182.13 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 138 | 0.69 | 0.83 | 0 | 0.46 | 250.43 | 0.71 | 0.32 |
| Hex | 2B | 17 | 8A | 45 | 53 | 0 | 2E | FA | 47 | 20 |
| Octal | 53 | 27 | 212 | 105 | 123 | 0 | 56 | 372 | 107 | 40 |
| Binary | 101011 | 10111 | 10001010 | 1000101 | 1010011 | 0 | 101110 | 11111010 | 1000111 | 100000 |
Color Harmonies of #2B178A
Complementary color
Monochromatic Colors of #2B178A
Black with #2B178A
Text Example
Text Example
White with #2B178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B178A; }
p { color: rgb(43,23,138); }
H1.HeaderClassName
{
color: #2B178A;
}
.AnyTagClassName
{
color: #2B178A;
}
</style>
background-color css
<style>
a { background-color: #2B178A; }
a { background-color: rgb(43,23,138); }
div.DivClassName
{
background-color: #2B178A;
}
.BgClassName
{
background-color: #2B178A;
}
</style>
border-color css
<style>
span { border-color: #2B178A; }
span { border-color: rgb(43,23,138); }
td.TdClassName
{
border-color: #2B178A;
}
.TagClassName
{
border-color: #2B178A;
}
</style>