Shades of Persian Indigo #2B036A
Tints of Persian Indigo #2B036A
RGB
CMYK
RGB Variations
Color information
#2B036A (or 0x2B036A) is known color: Persian Indigo. HEX triplet: 2B, 03 and 6A. RGB value is (43,3,106). Sum of RGB (Red+Green+Blue) = 43+3+106=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 106 (41.80% from 255 or 69.74% from 152); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B036A is #D4FC95. Grayscale: #1A1A1A. Windows color (decimal): -13958294 or 6947627. OLE color: 6947627.
HSL color Cylindrical-coordinate representation of color #2B036A: hue angle of 263.3º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B036A is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 3 | 106 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.58 |
| HSL | 263.3º | 0.94% | 0.21% | - |
| HSV(B) | 263.3º | 0.97% | 0.42% | - |
| XYZ | 3.63 | 1.62 | 13.76 | - |
| YUV | 26.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 3 | 106 | 0.59 | 0.97 | 0 | 0.58 | 263.3 | 0.94 | 0.21 |
| Hex | 2B | 3 | 6A | 3B | 61 | 0 | 3A | 107 | 5E | 15 |
| Octal | 53 | 3 | 152 | 73 | 141 | 0 | 72 | 407 | 136 | 25 |
| Binary | 101011 | 11 | 1101010 | 111011 | 1100001 | 0 | 111010 | 100000111 | 1011110 | 10101 |
Color Harmonies of #2B036A
Complementary color
Monochromatic Colors of #2B036A
Black with #2B036A
Text Example
Text Example
White with #2B036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B036A; }
p { color: rgb(43,3,106); }
H1.HeaderClassName
{
color: #2B036A;
}
.AnyTagClassName
{
color: #2B036A;
}
</style>
background-color css
<style>
a { background-color: #2B036A; }
a { background-color: rgb(43,3,106); }
div.DivClassName
{
background-color: #2B036A;
}
.BgClassName
{
background-color: #2B036A;
}
</style>
border-color css
<style>
span { border-color: #2B036A; }
span { border-color: rgb(43,3,106); }
td.TdClassName
{
border-color: #2B036A;
}
.TagClassName
{
border-color: #2B036A;
}
</style>