Shades of Persian Indigo #2D007B
Tints of Persian Indigo #2D007B
RGB
CMYK
RGB Variations
Color information
#2D007B (or 0x2D007B) is known color: Persian Indigo. HEX triplet: 2D, 00 and 7B. RGB value is (45,0,123). Sum of RGB (Red+Green+Blue) = 45+0+123=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 123 (48.44% from 255 or 73.21% from 168); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D007B is #D2FF84. Grayscale: #1B1B1B. Windows color (decimal): -13827973 or 8060973. OLE color: 8060973.
HSL color Cylindrical-coordinate representation of color #2D007B: hue angle of 261.95º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D007B is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 0 | 123 | - |
| CMYK | 0.63 | 1 | 0 | 0.52 |
| HSL | 261.95º | 1% | 0.24% | - |
| HSV(B) | 261.95º | 1% | 0.48% | - |
| XYZ | 4.66 | 1.99 | 18.88 | - |
| YUV | 27.48 | 181.91 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 123 | 0.63 | 1 | 0 | 0.52 | 261.95 | 1 | 0.24 |
| Hex | 2D | 0 | 7B | 3F | 64 | 0 | 34 | 106 | 64 | 18 |
| Octal | 55 | 0 | 173 | 77 | 144 | 0 | 64 | 406 | 144 | 30 |
| Binary | 101101 | 0 | 1111011 | 111111 | 1100100 | 0 | 110100 | 100000110 | 1100100 | 11000 |
Color Harmonies of #2D007B
Complementary color
Monochromatic Colors of #2D007B
Black with #2D007B
Text Example
Text Example
White with #2D007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D007B; }
p { color: rgb(45,0,123); }
H1.HeaderClassName
{
color: #2D007B;
}
.AnyTagClassName
{
color: #2D007B;
}
</style>
background-color css
<style>
a { background-color: #2D007B; }
a { background-color: rgb(45,0,123); }
div.DivClassName
{
background-color: #2D007B;
}
.BgClassName
{
background-color: #2D007B;
}
</style>
border-color css
<style>
span { border-color: #2D007B; }
span { border-color: rgb(45,0,123); }
td.TdClassName
{
border-color: #2D007B;
}
.TagClassName
{
border-color: #2D007B;
}
</style>