Shades of Persian Indigo #2D016B
Tints of Persian Indigo #2D016B
RGB
CMYK
RGB Variations
Color information
#2D016B (or 0x2D016B) is known color: Persian Indigo. HEX triplet: 2D, 01 and 6B. RGB value is (45,1,107). Sum of RGB (Red+Green+Blue) = 45+1+107=153 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.41% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 107 (42.19% from 255 or 69.93% from 153); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D016B is #D2FE94. Grayscale: #191919. Windows color (decimal): -13827733 or 7012653. OLE color: 7012653.
HSL color Cylindrical-coordinate representation of color #2D016B: hue angle of 264.91º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D016B is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 1 | 107 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.58 |
| HSL | 264.91º | 0.98% | 0.21% | - |
| HSV(B) | 264.91º | 0.99% | 0.42% | - |
| XYZ | 3.75 | 1.64 | 14.03 | - |
| YUV | 26.24 | 173.58 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 107 | 0.58 | 0.99 | 0 | 0.58 | 264.91 | 0.98 | 0.21 |
| Hex | 2D | 1 | 6B | 3A | 63 | 0 | 3A | 109 | 62 | 15 |
| Octal | 55 | 1 | 153 | 72 | 143 | 0 | 72 | 411 | 142 | 25 |
| Binary | 101101 | 1 | 1101011 | 111010 | 1100011 | 0 | 111010 | 100001001 | 1100010 | 10101 |
Color Harmonies of #2D016B
Complementary color
Monochromatic Colors of #2D016B
Black with #2D016B
Text Example
Text Example
White with #2D016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D016B; }
p { color: rgb(45,1,107); }
H1.HeaderClassName
{
color: #2D016B;
}
.AnyTagClassName
{
color: #2D016B;
}
</style>
background-color css
<style>
a { background-color: #2D016B; }
a { background-color: rgb(45,1,107); }
div.DivClassName
{
background-color: #2D016B;
}
.BgClassName
{
background-color: #2D016B;
}
</style>
border-color css
<style>
span { border-color: #2D016B; }
span { border-color: rgb(45,1,107); }
td.TdClassName
{
border-color: #2D016B;
}
.TagClassName
{
border-color: #2D016B;
}
</style>