Shades of Persian Indigo #2B036B
Tints of Persian Indigo #2B036B
RGB
CMYK
RGB Variations
Color information
#2B036B (or 0x2B036B) is known color: Persian Indigo. HEX triplet: 2B, 03 and 6B. RGB value is (43,3,107). Sum of RGB (Red+Green+Blue) = 43+3+107=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 107 (42.19% from 255 or 69.93% from 153); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B036B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B036B is #D4FC94. Grayscale: #1A1A1A. Windows color (decimal): -13958293 or 7013163. OLE color: 7013163.
HSL color Cylindrical-coordinate representation of color #2B036B: hue angle of 263.08º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B036B is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 3 | 107 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.58 |
| HSL | 263.08º | 0.95% | 0.22% | - |
| HSV(B) | 263.08º | 0.97% | 0.42% | - |
| XYZ | 3.68 | 1.64 | 14.03 | - |
| YUV | 26.82 | 173.25 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 3 | 107 | 0.60 | 0.97 | 0 | 0.58 | 263.08 | 0.95 | 0.22 |
| Hex | 2B | 3 | 6B | 3C | 61 | 0 | 3A | 107 | 5F | 16 |
| Octal | 53 | 3 | 153 | 74 | 141 | 0 | 72 | 407 | 137 | 26 |
| Binary | 101011 | 11 | 1101011 | 111100 | 1100001 | 0 | 111010 | 100000111 | 1011111 | 10110 |
Color Harmonies of #2B036B
Complementary color
Monochromatic Colors of #2B036B
Black with #2B036B
Text Example
Text Example
White with #2B036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B036B; }
p { color: rgb(43,3,107); }
H1.HeaderClassName
{
color: #2B036B;
}
.AnyTagClassName
{
color: #2B036B;
}
</style>
background-color css
<style>
a { background-color: #2B036B; }
a { background-color: rgb(43,3,107); }
div.DivClassName
{
background-color: #2B036B;
}
.BgClassName
{
background-color: #2B036B;
}
</style>
border-color css
<style>
span { border-color: #2B036B; }
span { border-color: rgb(43,3,107); }
td.TdClassName
{
border-color: #2B036B;
}
.TagClassName
{
border-color: #2B036B;
}
</style>