Shades of Persian Indigo #2B177F
Tints of Persian Indigo #2B177F
RGB
CMYK
RGB Variations
Color information
#2B177F (or 0x2B177F) is known color: Persian Indigo. HEX triplet: 2B, 17 and 7F. RGB value is (43,23,127). Sum of RGB (Red+Green+Blue) = 43+23+127=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B177F is #D4E880. Grayscale: #282828. Windows color (decimal): -13953153 or 8329003. OLE color: 8329003.
HSL color Cylindrical-coordinate representation of color #2B177F: hue angle of 251.54º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B177F is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 23 | 127 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.50 |
| HSL | 251.54º | 0.69% | 0.29% | - |
| HSV(B) | 251.54º | 0.82% | 0.5% | - |
| XYZ | 5.13 | 2.66 | 20.32 | - |
| YUV | 40.84 | 176.63 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 127 | 0.66 | 0.82 | 0 | 0.50 | 251.54 | 0.69 | 0.29 |
| Hex | 2B | 17 | 7F | 42 | 52 | 0 | 32 | FC | 45 | 1D |
| Octal | 53 | 27 | 177 | 102 | 122 | 0 | 62 | 374 | 105 | 35 |
| Binary | 101011 | 10111 | 1111111 | 1000010 | 1010010 | 0 | 110010 | 11111100 | 1000101 | 11101 |
Color Harmonies of #2B177F
Complementary color
Monochromatic Colors of #2B177F
Black with #2B177F
Text Example
Text Example
White with #2B177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B177F; }
p { color: rgb(43,23,127); }
H1.HeaderClassName
{
color: #2B177F;
}
.AnyTagClassName
{
color: #2B177F;
}
</style>
background-color css
<style>
a { background-color: #2B177F; }
a { background-color: rgb(43,23,127); }
div.DivClassName
{
background-color: #2B177F;
}
.BgClassName
{
background-color: #2B177F;
}
</style>
border-color css
<style>
span { border-color: #2B177F; }
span { border-color: rgb(43,23,127); }
td.TdClassName
{
border-color: #2B177F;
}
.TagClassName
{
border-color: #2B177F;
}
</style>