Shades of Persian Indigo #2D017C
Tints of Persian Indigo #2D017C
RGB
CMYK
RGB Variations
Color information
#2D017C (or 0x2D017C) is known color: Persian Indigo. HEX triplet: 2D, 01 and 7C. RGB value is (45,1,124). Sum of RGB (Red+Green+Blue) = 45+1+124=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 124 (48.83% from 255 or 72.94% from 170); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D017C is #D2FE83. Grayscale: #1B1B1B. Windows color (decimal): -13827716 or 8126765. OLE color: 8126765.
HSL color Cylindrical-coordinate representation of color #2D017C: hue angle of 261.46º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D017C is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 1 | 124 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.51 |
| HSL | 261.46º | 0.98% | 0.25% | - |
| HSV(B) | 261.46º | 0.99% | 0.49% | - |
| XYZ | 4.73 | 2.03 | 19.21 | - |
| YUV | 28.18 | 182.08 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 124 | 0.64 | 0.99 | 0 | 0.51 | 261.46 | 0.98 | 0.25 |
| Hex | 2D | 1 | 7C | 40 | 63 | 0 | 33 | 105 | 62 | 19 |
| Octal | 55 | 1 | 174 | 100 | 143 | 0 | 63 | 405 | 142 | 31 |
| Binary | 101101 | 1 | 1111100 | 1000000 | 1100011 | 0 | 110011 | 100000101 | 1100010 | 11001 |
Color Harmonies of #2D017C
Complementary color
Monochromatic Colors of #2D017C
Black with #2D017C
Text Example
Text Example
White with #2D017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D017C; }
p { color: rgb(45,1,124); }
H1.HeaderClassName
{
color: #2D017C;
}
.AnyTagClassName
{
color: #2D017C;
}
</style>
background-color css
<style>
a { background-color: #2D017C; }
a { background-color: rgb(45,1,124); }
div.DivClassName
{
background-color: #2D017C;
}
.BgClassName
{
background-color: #2D017C;
}
</style>
border-color css
<style>
span { border-color: #2D017C; }
span { border-color: rgb(45,1,124); }
td.TdClassName
{
border-color: #2D017C;
}
.TagClassName
{
border-color: #2D017C;
}
</style>