Shades of Persian Indigo #2D0168
Tints of Persian Indigo #2D0168
RGB
CMYK
RGB Variations
Color information
#2D0168 (or 0x2D0168) is known color: Persian Indigo. HEX triplet: 2D, 01 and 68. RGB value is (45,1,104). Sum of RGB (Red+Green+Blue) = 45+1+104=150 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 104 (41.02% from 255 or 69.33% from 150); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D0168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0168 is #D2FE97. Grayscale: #191919. Windows color (decimal): -13827736 or 6816045. OLE color: 6816045.
HSL color Cylindrical-coordinate representation of color #2D0168: hue angle of 265.63º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D0168 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 1 | 104 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.59 |
| HSL | 265.63º | 0.98% | 0.21% | - |
| HSV(B) | 265.63º | 0.99% | 0.41% | - |
| XYZ | 3.59 | 1.58 | 13.21 | - |
| YUV | 25.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 104 | 0.57 | 0.99 | 0 | 0.59 | 265.63 | 0.98 | 0.21 |
| Hex | 2D | 1 | 68 | 39 | 63 | 0 | 3B | 10A | 62 | 15 |
| Octal | 55 | 1 | 150 | 71 | 143 | 0 | 73 | 412 | 142 | 25 |
| Binary | 101101 | 1 | 1101000 | 111001 | 1100011 | 0 | 111011 | 100001010 | 1100010 | 10101 |
Color Harmonies of #2D0168
Complementary color
Monochromatic Colors of #2D0168
Black with #2D0168
Text Example
Text Example
White with #2D0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0168; }
p { color: rgb(45,1,104); }
H1.HeaderClassName
{
color: #2D0168;
}
.AnyTagClassName
{
color: #2D0168;
}
</style>
background-color css
<style>
a { background-color: #2D0168; }
a { background-color: rgb(45,1,104); }
div.DivClassName
{
background-color: #2D0168;
}
.BgClassName
{
background-color: #2D0168;
}
</style>
border-color css
<style>
span { border-color: #2D0168; }
span { border-color: rgb(45,1,104); }
td.TdClassName
{
border-color: #2D0168;
}
.TagClassName
{
border-color: #2D0168;
}
</style>