Shades of Persian Indigo #2B0563
Tints of Persian Indigo #2B0563
RGB
CMYK
RGB Variations
Color information
#2B0563 (or 0x2B0563) is known color: Persian Indigo. HEX triplet: 2B, 05 and 63. RGB value is (43,5,99). Sum of RGB (Red+Green+Blue) = 43+5+99=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #2B0563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0563 is #D4FA9C. Grayscale: #1A1A1A. Windows color (decimal): -13957789 or 6489387. OLE color: 6489387.
HSL color Cylindrical-coordinate representation of color #2B0563: hue angle of 264.26º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0563 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 5 | 99 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.61 |
| HSL | 264.26º | 0.9% | 0.2% | - |
| HSV(B) | 264.26º | 0.95% | 0.39% | - |
| XYZ | 3.3 | 1.52 | 11.92 | - |
| YUV | 27.08 | 168.59 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 99 | 0.57 | 0.95 | 0 | 0.61 | 264.26 | 0.9 | 0.2 |
| Hex | 2B | 5 | 63 | 39 | 5F | 0 | 3D | 108 | 5A | 14 |
| Octal | 53 | 5 | 143 | 71 | 137 | 0 | 75 | 410 | 132 | 24 |
| Binary | 101011 | 101 | 1100011 | 111001 | 1011111 | 0 | 111101 | 100001000 | 1011010 | 10100 |
Color Harmonies of #2B0563
Complementary color
Monochromatic Colors of #2B0563
Black with #2B0563
Text Example
Text Example
White with #2B0563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0563; }
p { color: rgb(43,5,99); }
H1.HeaderClassName
{
color: #2B0563;
}
.AnyTagClassName
{
color: #2B0563;
}
</style>
background-color css
<style>
a { background-color: #2B0563; }
a { background-color: rgb(43,5,99); }
div.DivClassName
{
background-color: #2B0563;
}
.BgClassName
{
background-color: #2B0563;
}
</style>
border-color css
<style>
span { border-color: #2B0563; }
span { border-color: rgb(43,5,99); }
td.TdClassName
{
border-color: #2B0563;
}
.TagClassName
{
border-color: #2B0563;
}
</style>