Shades of Persian Indigo #2B0263
Tints of Persian Indigo #2B0263
RGB
CMYK
RGB Variations
Color information
#2B0263 (or 0x2B0263) is known color: Persian Indigo. HEX triplet: 2B, 02 and 63. RGB value is (43,2,99). Sum of RGB (Red+Green+Blue) = 43+2+99=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #2B0263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0263 is #D4FD9C. Grayscale: #181818. Windows color (decimal): -13958557 or 6488619. OLE color: 6488619.
HSL color Cylindrical-coordinate representation of color #2B0263: hue angle of 265.36º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B0263 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 2 | 99 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.61 |
| HSL | 265.36º | 0.96% | 0.2% | - |
| HSV(B) | 265.36º | 0.98% | 0.39% | - |
| XYZ | 3.27 | 1.46 | 11.91 | - |
| YUV | 25.32 | 169.58 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 99 | 0.57 | 0.98 | 0 | 0.61 | 265.36 | 0.96 | 0.2 |
| Hex | 2B | 2 | 63 | 39 | 62 | 0 | 3D | 109 | 60 | 14 |
| Octal | 53 | 2 | 143 | 71 | 142 | 0 | 75 | 411 | 140 | 24 |
| Binary | 101011 | 10 | 1100011 | 111001 | 1100010 | 0 | 111101 | 100001001 | 1100000 | 10100 |
Color Harmonies of #2B0263
Complementary color
Monochromatic Colors of #2B0263
Black with #2B0263
Text Example
Text Example
White with #2B0263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0263; }
p { color: rgb(43,2,99); }
H1.HeaderClassName
{
color: #2B0263;
}
.AnyTagClassName
{
color: #2B0263;
}
</style>
background-color css
<style>
a { background-color: #2B0263; }
a { background-color: rgb(43,2,99); }
div.DivClassName
{
background-color: #2B0263;
}
.BgClassName
{
background-color: #2B0263;
}
</style>
border-color css
<style>
span { border-color: #2B0263; }
span { border-color: rgb(43,2,99); }
td.TdClassName
{
border-color: #2B0263;
}
.TagClassName
{
border-color: #2B0263;
}
</style>