Shades of Persian Indigo #2D107A
Tints of Persian Indigo #2D107A
RGB
CMYK
RGB Variations
Color information
#2D107A (or 0x2D107A) is known color: Persian Indigo. HEX triplet: 2D, 10 and 7A. RGB value is (45,16,122). Sum of RGB (Red+Green+Blue) = 45+16+122=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D107A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D107A is #D2EF85. Grayscale: #242424. Windows color (decimal): -13823878 or 7999533. OLE color: 7999533.
HSL color Cylindrical-coordinate representation of color #2D107A: hue angle of 256.42º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D107A is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 16 | 122 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.52 |
| HSL | 256.42º | 0.77% | 0.27% | - |
| HSV(B) | 256.42º | 0.87% | 0.48% | - |
| XYZ | 4.78 | 2.33 | 18.61 | - |
| YUV | 36.76 | 176.11 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 122 | 0.63 | 0.87 | 0 | 0.52 | 256.42 | 0.77 | 0.27 |
| Hex | 2D | 10 | 7A | 3F | 57 | 0 | 34 | 100 | 4D | 1B |
| Octal | 55 | 20 | 172 | 77 | 127 | 0 | 64 | 400 | 115 | 33 |
| Binary | 101101 | 10000 | 1111010 | 111111 | 1010111 | 0 | 110100 | 100000000 | 1001101 | 11011 |
Color Harmonies of #2D107A
Complementary color
Monochromatic Colors of #2D107A
Black with #2D107A
Text Example
Text Example
White with #2D107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D107A; }
p { color: rgb(45,16,122); }
H1.HeaderClassName
{
color: #2D107A;
}
.AnyTagClassName
{
color: #2D107A;
}
</style>
background-color css
<style>
a { background-color: #2D107A; }
a { background-color: rgb(45,16,122); }
div.DivClassName
{
background-color: #2D107A;
}
.BgClassName
{
background-color: #2D107A;
}
</style>
border-color css
<style>
span { border-color: #2D107A; }
span { border-color: rgb(45,16,122); }
td.TdClassName
{
border-color: #2D107A;
}
.TagClassName
{
border-color: #2D107A;
}
</style>