Shades of Persian Indigo #2B0360
Tints of Persian Indigo #2B0360
RGB
CMYK
RGB Variations
Color information
#2B0360 (or 0x2B0360) is known color: Persian Indigo. HEX triplet: 2B, 03 and 60. RGB value is (43,3,96). Sum of RGB (Red+Green+Blue) = 43+3+96=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B0360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0360 is #D4FC9F. Grayscale: #191919. Windows color (decimal): -13958304 or 6292267. OLE color: 6292267.
HSL color Cylindrical-coordinate representation of color #2B0360: hue angle of 265.81º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B0360 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 3 | 96 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.62 |
| HSL | 265.81º | 0.94% | 0.19% | - |
| HSV(B) | 265.81º | 0.97% | 0.38% | - |
| XYZ | 3.14 | 1.42 | 11.18 | - |
| YUV | 25.56 | 167.75 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 3 | 96 | 0.55 | 0.97 | 0 | 0.62 | 265.81 | 0.94 | 0.19 |
| Hex | 2B | 3 | 60 | 37 | 61 | 0 | 3E | 10A | 5E | 13 |
| Octal | 53 | 3 | 140 | 67 | 141 | 0 | 76 | 412 | 136 | 23 |
| Binary | 101011 | 11 | 1100000 | 110111 | 1100001 | 0 | 111110 | 100001010 | 1011110 | 10011 |
Color Harmonies of #2B0360
Complementary color
Monochromatic Colors of #2B0360
Black with #2B0360
Text Example
Text Example
White with #2B0360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0360; }
p { color: rgb(43,3,96); }
H1.HeaderClassName
{
color: #2B0360;
}
.AnyTagClassName
{
color: #2B0360;
}
</style>
background-color css
<style>
a { background-color: #2B0360; }
a { background-color: rgb(43,3,96); }
div.DivClassName
{
background-color: #2B0360;
}
.BgClassName
{
background-color: #2B0360;
}
</style>
border-color css
<style>
span { border-color: #2B0360; }
span { border-color: rgb(43,3,96); }
td.TdClassName
{
border-color: #2B0360;
}
.TagClassName
{
border-color: #2B0360;
}
</style>