Shades of Persian Indigo #2D186F
Tints of Persian Indigo #2D186F
RGB
CMYK
RGB Variations
Color information
#2D186F (or 0x2D186F) is known color: Persian Indigo. HEX triplet: 2D, 18 and 6F. RGB value is (45,24,111). Sum of RGB (Red+Green+Blue) = 45+24+111=180 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #2D186F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D186F is #D2E790. Grayscale: #272727. Windows color (decimal): -13821841 or 7280685. OLE color: 7280685.
HSL color Cylindrical-coordinate representation of color #2D186F: hue angle of 254.48º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D186F is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 24 | 111 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.56 |
| HSL | 254.48º | 0.64% | 0.26% | - |
| HSV(B) | 254.48º | 0.78% | 0.44% | - |
| XYZ | 4.28 | 2.36 | 15.27 | - |
| YUV | 40.2 | 167.96 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 111 | 0.59 | 0.78 | 0 | 0.56 | 254.48 | 0.64 | 0.26 |
| Hex | 2D | 18 | 6F | 3B | 4E | 0 | 38 | FE | 40 | 1A |
| Octal | 55 | 30 | 157 | 73 | 116 | 0 | 70 | 376 | 100 | 32 |
| Binary | 101101 | 11000 | 1101111 | 111011 | 1001110 | 0 | 111000 | 11111110 | 1000000 | 11010 |
Color Harmonies of #2D186F
Complementary color
Monochromatic Colors of #2D186F
Black with #2D186F
Text Example
Text Example
White with #2D186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D186F; }
p { color: rgb(45,24,111); }
H1.HeaderClassName
{
color: #2D186F;
}
.AnyTagClassName
{
color: #2D186F;
}
</style>
background-color css
<style>
a { background-color: #2D186F; }
a { background-color: rgb(45,24,111); }
div.DivClassName
{
background-color: #2D186F;
}
.BgClassName
{
background-color: #2D186F;
}
</style>
border-color css
<style>
span { border-color: #2D186F; }
span { border-color: rgb(45,24,111); }
td.TdClassName
{
border-color: #2D186F;
}
.TagClassName
{
border-color: #2D186F;
}
</style>