Shades of Persian Indigo #2D0C65
Tints of Persian Indigo #2D0C65
RGB
CMYK
RGB Variations
Color information
#2D0C65 (or 0x2D0C65) is known color: Persian Indigo. HEX triplet: 2D, 0C and 65. RGB value is (45,12,101). Sum of RGB (Red+Green+Blue) = 45+12+101=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #2D0C65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0C65 is #D2F39A. Grayscale: #1F1F1F. Windows color (decimal): -13824923 or 6622253. OLE color: 6622253.
HSL color Cylindrical-coordinate representation of color #2D0C65: hue angle of 262.25º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D0C65 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 12 | 101 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.60 |
| HSL | 262.25º | 0.79% | 0.22% | - |
| HSV(B) | 262.25º | 0.88% | 0.4% | - |
| XYZ | 3.56 | 1.76 | 12.46 | - |
| YUV | 32.01 | 166.93 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 12 | 101 | 0.55 | 0.88 | 0 | 0.60 | 262.25 | 0.79 | 0.22 |
| Hex | 2D | C | 65 | 37 | 58 | 0 | 3C | 106 | 4F | 16 |
| Octal | 55 | 14 | 145 | 67 | 130 | 0 | 74 | 406 | 117 | 26 |
| Binary | 101101 | 1100 | 1100101 | 110111 | 1011000 | 0 | 111100 | 100000110 | 1001111 | 10110 |
Color Harmonies of #2D0C65
Complementary color
Monochromatic Colors of #2D0C65
Black with #2D0C65
Text Example
Text Example
White with #2D0C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0C65; }
p { color: rgb(45,12,101); }
H1.HeaderClassName
{
color: #2D0C65;
}
.AnyTagClassName
{
color: #2D0C65;
}
</style>
background-color css
<style>
a { background-color: #2D0C65; }
a { background-color: rgb(45,12,101); }
div.DivClassName
{
background-color: #2D0C65;
}
.BgClassName
{
background-color: #2D0C65;
}
</style>
border-color css
<style>
span { border-color: #2D0C65; }
span { border-color: rgb(45,12,101); }
td.TdClassName
{
border-color: #2D0C65;
}
.TagClassName
{
border-color: #2D0C65;
}
</style>