Shades of Persian Indigo #2D008B
Tints of Persian Indigo #2D008B
RGB
CMYK
RGB Variations
Color information
#2D008B (or 0x2D008B) is known color: Persian Indigo. HEX triplet: 2D, 00 and 8B. RGB value is (45,0,139). Sum of RGB (Red+Green+Blue) = 45+0+139=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 139 (54.69% from 255 or 75.54% from 184); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D008B is #D2FF74. Grayscale: #1C1C1C. Windows color (decimal): -13827957 or 9109549. OLE color: 9109549.
HSL color Cylindrical-coordinate representation of color #2D008B: hue angle of 259.42º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D008B is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 0 | 139 | - |
| CMYK | 0.68 | 1 | 0 | 0.45 |
| HSL | 259.42º | 1% | 0.27% | - |
| HSV(B) | 259.42º | 1% | 0.55% | - |
| XYZ | 5.74 | 2.42 | 24.59 | - |
| YUV | 29.3 | 189.91 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 139 | 0.68 | 1 | 0 | 0.45 | 259.42 | 1 | 0.27 |
| Hex | 2D | 0 | 8B | 44 | 64 | 0 | 2D | 103 | 64 | 1B |
| Octal | 55 | 0 | 213 | 104 | 144 | 0 | 55 | 403 | 144 | 33 |
| Binary | 101101 | 0 | 10001011 | 1000100 | 1100100 | 0 | 101101 | 100000011 | 1100100 | 11011 |
Color Harmonies of #2D008B
Complementary color
Monochromatic Colors of #2D008B
Black with #2D008B
Text Example
Text Example
White with #2D008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D008B; }
p { color: rgb(45,0,139); }
H1.HeaderClassName
{
color: #2D008B;
}
.AnyTagClassName
{
color: #2D008B;
}
</style>
background-color css
<style>
a { background-color: #2D008B; }
a { background-color: rgb(45,0,139); }
div.DivClassName
{
background-color: #2D008B;
}
.BgClassName
{
background-color: #2D008B;
}
</style>
border-color css
<style>
span { border-color: #2D008B; }
span { border-color: rgb(45,0,139); }
td.TdClassName
{
border-color: #2D008B;
}
.TagClassName
{
border-color: #2D008B;
}
</style>