Shades of Persian Indigo #2D017B
Tints of Persian Indigo #2D017B
RGB
CMYK
RGB Variations
Color information
#2D017B (or 0x2D017B) is known color: Persian Indigo. HEX triplet: 2D, 01 and 7B. RGB value is (45,1,123). Sum of RGB (Red+Green+Blue) = 45+1+123=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 123 (48.44% from 255 or 72.78% from 169); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D017B is #D2FE84. Grayscale: #1B1B1B. Windows color (decimal): -13827717 or 8061229. OLE color: 8061229.
HSL color Cylindrical-coordinate representation of color #2D017B: hue angle of 261.64º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D017B is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 1 | 123 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.52 |
| HSL | 261.64º | 0.98% | 0.24% | - |
| HSV(B) | 261.64º | 0.99% | 0.48% | - |
| XYZ | 4.67 | 2.01 | 18.88 | - |
| YUV | 28.06 | 181.58 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 123 | 0.63 | 0.99 | 0 | 0.52 | 261.64 | 0.98 | 0.24 |
| Hex | 2D | 1 | 7B | 3F | 63 | 0 | 34 | 106 | 62 | 18 |
| Octal | 55 | 1 | 173 | 77 | 143 | 0 | 64 | 406 | 142 | 30 |
| Binary | 101101 | 1 | 1111011 | 111111 | 1100011 | 0 | 110100 | 100000110 | 1100010 | 11000 |
Color Harmonies of #2D017B
Complementary color
Monochromatic Colors of #2D017B
Black with #2D017B
Text Example
Text Example
White with #2D017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D017B; }
p { color: rgb(45,1,123); }
H1.HeaderClassName
{
color: #2D017B;
}
.AnyTagClassName
{
color: #2D017B;
}
</style>
background-color css
<style>
a { background-color: #2D017B; }
a { background-color: rgb(45,1,123); }
div.DivClassName
{
background-color: #2D017B;
}
.BgClassName
{
background-color: #2D017B;
}
</style>
border-color css
<style>
span { border-color: #2D017B; }
span { border-color: rgb(45,1,123); }
td.TdClassName
{
border-color: #2D017B;
}
.TagClassName
{
border-color: #2D017B;
}
</style>