Shades of Persian Indigo #2F186D
Tints of Persian Indigo #2F186D
RGB
CMYK
RGB Variations
Color information
#2F186D (or 0x2F186D) is known color: Persian Indigo. HEX triplet: 2F, 18 and 6D. RGB value is (47,24,109). Sum of RGB (Red+Green+Blue) = 47+24+109=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F186D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F186D is #D0E792. Grayscale: #282828. Windows color (decimal): -13690771 or 7149615. OLE color: 7149615.
HSL color Cylindrical-coordinate representation of color #2F186D: hue angle of 256.24º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F186D is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 24 | 109 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.57 |
| HSL | 256.24º | 0.64% | 0.26% | - |
| HSV(B) | 256.24º | 0.78% | 0.43% | - |
| XYZ | 4.26 | 2.36 | 14.7 | - |
| YUV | 40.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 109 | 0.57 | 0.78 | 0 | 0.57 | 256.24 | 0.64 | 0.26 |
| Hex | 2F | 18 | 6D | 39 | 4E | 0 | 39 | 100 | 40 | 1A |
| Octal | 57 | 30 | 155 | 71 | 116 | 0 | 71 | 400 | 100 | 32 |
| Binary | 101111 | 11000 | 1101101 | 111001 | 1001110 | 0 | 111001 | 100000000 | 1000000 | 11010 |
Color Harmonies of #2F186D
Complementary color
Monochromatic Colors of #2F186D
Black with #2F186D
Text Example
Text Example
White with #2F186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F186D; }
p { color: rgb(47,24,109); }
H1.HeaderClassName
{
color: #2F186D;
}
.AnyTagClassName
{
color: #2F186D;
}
</style>
background-color css
<style>
a { background-color: #2F186D; }
a { background-color: rgb(47,24,109); }
div.DivClassName
{
background-color: #2F186D;
}
.BgClassName
{
background-color: #2F186D;
}
</style>
border-color css
<style>
span { border-color: #2F186D; }
span { border-color: rgb(47,24,109); }
td.TdClassName
{
border-color: #2F186D;
}
.TagClassName
{
border-color: #2F186D;
}
</style>