Shades of Persian Indigo #2B2284
Tints of Persian Indigo #2B2284
RGB
CMYK
RGB Variations
Color information
#2B2284 (or 0x2B2284) is known color: Persian Indigo. HEX triplet: 2B, 22 and 84. RGB value is (43,34,132). Sum of RGB (Red+Green+Blue) = 43+34+132=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B2284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2284 is #D4DD7B. Grayscale: #2F2F2F. Windows color (decimal): -13950332 or 8659499. OLE color: 8659499.
HSL color Cylindrical-coordinate representation of color #2B2284: hue angle of 245.51º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B2284 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 34 | 132 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.48 |
| HSL | 245.51º | 0.59% | 0.33% | - |
| HSV(B) | 245.51º | 0.74% | 0.52% | - |
| XYZ | 5.73 | 3.32 | 22.17 | - |
| YUV | 47.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 132 | 0.67 | 0.74 | 0 | 0.48 | 245.51 | 0.59 | 0.33 |
| Hex | 2B | 22 | 84 | 43 | 4A | 0 | 30 | F6 | 3B | 21 |
| Octal | 53 | 42 | 204 | 103 | 112 | 0 | 60 | 366 | 73 | 41 |
| Binary | 101011 | 100010 | 10000100 | 1000011 | 1001010 | 0 | 110000 | 11110110 | 111011 | 100001 |
Color Harmonies of #2B2284
Complementary color
Monochromatic Colors of #2B2284
Black with #2B2284
Text Example
Text Example
White with #2B2284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2284; }
p { color: rgb(43,34,132); }
H1.HeaderClassName
{
color: #2B2284;
}
.AnyTagClassName
{
color: #2B2284;
}
</style>
background-color css
<style>
a { background-color: #2B2284; }
a { background-color: rgb(43,34,132); }
div.DivClassName
{
background-color: #2B2284;
}
.BgClassName
{
background-color: #2B2284;
}
</style>
border-color css
<style>
span { border-color: #2B2284; }
span { border-color: rgb(43,34,132); }
td.TdClassName
{
border-color: #2B2284;
}
.TagClassName
{
border-color: #2B2284;
}
</style>