Shades of Persian Indigo #2B0464
Tints of Persian Indigo #2B0464
RGB
CMYK
RGB Variations
Color information
#2B0464 (or 0x2B0464) is known color: Persian Indigo. HEX triplet: 2B, 04 and 64. RGB value is (43,4,100). Sum of RGB (Red+Green+Blue) = 43+4+100=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 100 (39.45% from 255 or 68.03% from 147); Max value from RGB is 100 - color contains mainly: blue. Hex color #2B0464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0464 is #D4FB9B. Grayscale: #1A1A1A. Windows color (decimal): -13958044 or 6554667. OLE color: 6554667.
HSL color Cylindrical-coordinate representation of color #2B0464: hue angle of 264.38º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B0464 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 4 | 100 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.61 |
| HSL | 264.38º | 0.92% | 0.2% | - |
| HSV(B) | 264.38º | 0.96% | 0.39% | - |
| XYZ | 3.34 | 1.52 | 12.17 | - |
| YUV | 26.61 | 169.42 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 100 | 0.57 | 0.96 | 0 | 0.61 | 264.38 | 0.92 | 0.2 |
| Hex | 2B | 4 | 64 | 39 | 60 | 0 | 3D | 108 | 5C | 14 |
| Octal | 53 | 4 | 144 | 71 | 140 | 0 | 75 | 410 | 134 | 24 |
| Binary | 101011 | 100 | 1100100 | 111001 | 1100000 | 0 | 111101 | 100001000 | 1011100 | 10100 |
Color Harmonies of #2B0464
Complementary color
Monochromatic Colors of #2B0464
Black with #2B0464
Text Example
Text Example
White with #2B0464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0464; }
p { color: rgb(43,4,100); }
H1.HeaderClassName
{
color: #2B0464;
}
.AnyTagClassName
{
color: #2B0464;
}
</style>
background-color css
<style>
a { background-color: #2B0464; }
a { background-color: rgb(43,4,100); }
div.DivClassName
{
background-color: #2B0464;
}
.BgClassName
{
background-color: #2B0464;
}
</style>
border-color css
<style>
span { border-color: #2B0464; }
span { border-color: rgb(43,4,100); }
td.TdClassName
{
border-color: #2B0464;
}
.TagClassName
{
border-color: #2B0464;
}
</style>