Shades of Persian Indigo #2B0583
Tints of Persian Indigo #2B0583
RGB
CMYK
RGB Variations
Color information
#2B0583 (or 0x2B0583) is known color: Persian Indigo. HEX triplet: 2B, 05 and 83. RGB value is (43,5,131). Sum of RGB (Red+Green+Blue) = 43+5+131=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 131 (51.56% from 255 or 73.18% from 179); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B0583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0583 is #D4FA7C. Grayscale: #1E1E1E. Windows color (decimal): -13957757 or 8586539. OLE color: 8586539.
HSL color Cylindrical-coordinate representation of color #2B0583: hue angle of 258.1º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B0583 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 5 | 131 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.49 |
| HSL | 258.1º | 0.93% | 0.27% | - |
| HSV(B) | 258.1º | 0.96% | 0.51% | - |
| XYZ | 5.15 | 2.26 | 21.64 | - |
| YUV | 30.73 | 184.59 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 131 | 0.67 | 0.96 | 0 | 0.49 | 258.1 | 0.93 | 0.27 |
| Hex | 2B | 5 | 83 | 43 | 60 | 0 | 31 | 102 | 5D | 1B |
| Octal | 53 | 5 | 203 | 103 | 140 | 0 | 61 | 402 | 135 | 33 |
| Binary | 101011 | 101 | 10000011 | 1000011 | 1100000 | 0 | 110001 | 100000010 | 1011101 | 11011 |
Color Harmonies of #2B0583
Complementary color
Monochromatic Colors of #2B0583
Black with #2B0583
Text Example
Text Example
White with #2B0583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0583; }
p { color: rgb(43,5,131); }
H1.HeaderClassName
{
color: #2B0583;
}
.AnyTagClassName
{
color: #2B0583;
}
</style>
background-color css
<style>
a { background-color: #2B0583; }
a { background-color: rgb(43,5,131); }
div.DivClassName
{
background-color: #2B0583;
}
.BgClassName
{
background-color: #2B0583;
}
</style>
border-color css
<style>
span { border-color: #2B0583; }
span { border-color: rgb(43,5,131); }
td.TdClassName
{
border-color: #2B0583;
}
.TagClassName
{
border-color: #2B0583;
}
</style>