Shades of Persian Indigo #2B036C
Tints of Persian Indigo #2B036C
RGB
CMYK
RGB Variations
Color information
#2B036C (or 0x2B036C) is known color: Persian Indigo. HEX triplet: 2B, 03 and 6C. RGB value is (43,3,108). Sum of RGB (Red+Green+Blue) = 43+3+108=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B036C is #D4FC93. Grayscale: #1A1A1A. Windows color (decimal): -13958292 or 7078699. OLE color: 7078699.
HSL color Cylindrical-coordinate representation of color #2B036C: hue angle of 262.86º 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 #2B036C is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 3 | 108 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.58 |
| HSL | 262.86º | 0.95% | 0.22% | - |
| HSV(B) | 262.86º | 0.97% | 0.42% | - |
| XYZ | 3.74 | 1.66 | 14.31 | - |
| YUV | 26.93 | 173.75 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 3 | 108 | 0.60 | 0.97 | 0 | 0.58 | 262.86 | 0.95 | 0.22 |
| Hex | 2B | 3 | 6C | 3C | 61 | 0 | 3A | 107 | 5F | 16 |
| Octal | 53 | 3 | 154 | 74 | 141 | 0 | 72 | 407 | 137 | 26 |
| Binary | 101011 | 11 | 1101100 | 111100 | 1100001 | 0 | 111010 | 100000111 | 1011111 | 10110 |
Color Harmonies of #2B036C
Complementary color
Monochromatic Colors of #2B036C
Black with #2B036C
Text Example
Text Example
White with #2B036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B036C; }
p { color: rgb(43,3,108); }
H1.HeaderClassName
{
color: #2B036C;
}
.AnyTagClassName
{
color: #2B036C;
}
</style>
background-color css
<style>
a { background-color: #2B036C; }
a { background-color: rgb(43,3,108); }
div.DivClassName
{
background-color: #2B036C;
}
.BgClassName
{
background-color: #2B036C;
}
</style>
border-color css
<style>
span { border-color: #2B036C; }
span { border-color: rgb(43,3,108); }
td.TdClassName
{
border-color: #2B036C;
}
.TagClassName
{
border-color: #2B036C;
}
</style>