Shades of Persian Indigo #2B0C65
Tints of Persian Indigo #2B0C65
RGB
CMYK
RGB Variations
Color information
#2B0C65 (or 0x2B0C65) is known color: Persian Indigo. HEX triplet: 2B, 0C and 65. RGB value is (43,12,101). Sum of RGB (Red+Green+Blue) = 43+12+101=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #2B0C65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0C65 is #D4F39A. Grayscale: #1F1F1F. Windows color (decimal): -13955995 or 6622251. OLE color: 6622251.
HSL color Cylindrical-coordinate representation of color #2B0C65: hue angle of 260.9º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B0C65 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 12 | 101 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.60 |
| HSL | 260.9º | 0.79% | 0.22% | - |
| HSV(B) | 260.9º | 0.88% | 0.4% | - |
| XYZ | 3.48 | 1.72 | 12.46 | - |
| YUV | 31.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 12 | 101 | 0.57 | 0.88 | 0 | 0.60 | 260.9 | 0.79 | 0.22 |
| Hex | 2B | C | 65 | 39 | 58 | 0 | 3C | 105 | 4F | 16 |
| Octal | 53 | 14 | 145 | 71 | 130 | 0 | 74 | 405 | 117 | 26 |
| Binary | 101011 | 1100 | 1100101 | 111001 | 1011000 | 0 | 111100 | 100000101 | 1001111 | 10110 |
Color Harmonies of #2B0C65
Complementary color
Monochromatic Colors of #2B0C65
Black with #2B0C65
Text Example
Text Example
White with #2B0C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0C65; }
p { color: rgb(43,12,101); }
H1.HeaderClassName
{
color: #2B0C65;
}
.AnyTagClassName
{
color: #2B0C65;
}
</style>
background-color css
<style>
a { background-color: #2B0C65; }
a { background-color: rgb(43,12,101); }
div.DivClassName
{
background-color: #2B0C65;
}
.BgClassName
{
background-color: #2B0C65;
}
</style>
border-color css
<style>
span { border-color: #2B0C65; }
span { border-color: rgb(43,12,101); }
td.TdClassName
{
border-color: #2B0C65;
}
.TagClassName
{
border-color: #2B0C65;
}
</style>