Shades of Persian Indigo #2B0568
Tints of Persian Indigo #2B0568
RGB
CMYK
RGB Variations
Color information
#2B0568 (or 0x2B0568) is known color: Persian Indigo. HEX triplet: 2B, 05 and 68. RGB value is (43,5,104). Sum of RGB (Red+Green+Blue) = 43+5+104=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B0568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0568 is #D4FA97. Grayscale: #1B1B1B. Windows color (decimal): -13957784 or 6817067. OLE color: 6817067.
HSL color Cylindrical-coordinate representation of color #2B0568: hue angle of 263.03º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0568 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 5 | 104 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.59 |
| HSL | 263.03º | 0.91% | 0.21% | - |
| HSV(B) | 263.03º | 0.95% | 0.41% | - |
| XYZ | 3.55 | 1.62 | 13.22 | - |
| YUV | 27.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 104 | 0.59 | 0.95 | 0 | 0.59 | 263.03 | 0.91 | 0.21 |
| Hex | 2B | 5 | 68 | 3B | 5F | 0 | 3B | 107 | 5B | 15 |
| Octal | 53 | 5 | 150 | 73 | 137 | 0 | 73 | 407 | 133 | 25 |
| Binary | 101011 | 101 | 1101000 | 111011 | 1011111 | 0 | 111011 | 100000111 | 1011011 | 10101 |
Color Harmonies of #2B0568
Complementary color
Monochromatic Colors of #2B0568
Black with #2B0568
Text Example
Text Example
White with #2B0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0568; }
p { color: rgb(43,5,104); }
H1.HeaderClassName
{
color: #2B0568;
}
.AnyTagClassName
{
color: #2B0568;
}
</style>
background-color css
<style>
a { background-color: #2B0568; }
a { background-color: rgb(43,5,104); }
div.DivClassName
{
background-color: #2B0568;
}
.BgClassName
{
background-color: #2B0568;
}
</style>
border-color css
<style>
span { border-color: #2B0568; }
span { border-color: rgb(43,5,104); }
td.TdClassName
{
border-color: #2B0568;
}
.TagClassName
{
border-color: #2B0568;
}
</style>