Shades of Persian Indigo #2B0174
Tints of Persian Indigo #2B0174
RGB
CMYK
RGB Variations
Color information
#2B0174 (or 0x2B0174) is known color: Persian Indigo. HEX triplet: 2B, 01 and 74. RGB value is (43,1,116). Sum of RGB (Red+Green+Blue) = 43+1+116=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 116 (45.70% from 255 or 72.5% from 160); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B0174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0174 is #D4FE8B. Grayscale: #1A1A1A. Windows color (decimal): -13958796 or 7602475. OLE color: 7602475.
HSL color Cylindrical-coordinate representation of color #2B0174: hue angle of 261.91º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B0174 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 1 | 116 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.55 |
| HSL | 261.91º | 0.98% | 0.23% | - |
| HSV(B) | 261.91º | 0.99% | 0.45% | - |
| XYZ | 4.16 | 1.8 | 16.65 | - |
| YUV | 26.67 | 178.41 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 116 | 0.63 | 0.99 | 0 | 0.55 | 261.91 | 0.98 | 0.23 |
| Hex | 2B | 1 | 74 | 3F | 63 | 0 | 37 | 106 | 62 | 17 |
| Octal | 53 | 1 | 164 | 77 | 143 | 0 | 67 | 406 | 142 | 27 |
| Binary | 101011 | 1 | 1110100 | 111111 | 1100011 | 0 | 110111 | 100000110 | 1100010 | 10111 |
Color Harmonies of #2B0174
Complementary color
Monochromatic Colors of #2B0174
Black with #2B0174
Text Example
Text Example
White with #2B0174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0174; }
p { color: rgb(43,1,116); }
H1.HeaderClassName
{
color: #2B0174;
}
.AnyTagClassName
{
color: #2B0174;
}
</style>
background-color css
<style>
a { background-color: #2B0174; }
a { background-color: rgb(43,1,116); }
div.DivClassName
{
background-color: #2B0174;
}
.BgClassName
{
background-color: #2B0174;
}
</style>
border-color css
<style>
span { border-color: #2B0174; }
span { border-color: rgb(43,1,116); }
td.TdClassName
{
border-color: #2B0174;
}
.TagClassName
{
border-color: #2B0174;
}
</style>