Shades of Persian Indigo #2F126C
Tints of Persian Indigo #2F126C
RGB
CMYK
RGB Variations
Color information
#2F126C (or 0x2F126C) is known color: Persian Indigo. HEX triplet: 2F, 12 and 6C. RGB value is (47,18,108). Sum of RGB (Red+Green+Blue) = 47+18+108=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F126C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F126C is #D0ED93. Grayscale: #242424. Windows color (decimal): -13692308 or 7082543. OLE color: 7082543.
HSL color Cylindrical-coordinate representation of color #2F126C: hue angle of 259.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F126C is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 18 | 108 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.58 |
| HSL | 259.33º | 0.71% | 0.25% | - |
| HSV(B) | 259.33º | 0.83% | 0.42% | - |
| XYZ | 4.1 | 2.12 | 14.38 | - |
| YUV | 36.93 | 168.11 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 18 | 108 | 0.56 | 0.83 | 0 | 0.58 | 259.33 | 0.71 | 0.25 |
| Hex | 2F | 12 | 6C | 38 | 53 | 0 | 3A | 103 | 47 | 19 |
| Octal | 57 | 22 | 154 | 70 | 123 | 0 | 72 | 403 | 107 | 31 |
| Binary | 101111 | 10010 | 1101100 | 111000 | 1010011 | 0 | 111010 | 100000011 | 1000111 | 11001 |
Color Harmonies of #2F126C
Complementary color
Monochromatic Colors of #2F126C
Black with #2F126C
Text Example
Text Example
White with #2F126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F126C; }
p { color: rgb(47,18,108); }
H1.HeaderClassName
{
color: #2F126C;
}
.AnyTagClassName
{
color: #2F126C;
}
</style>
background-color css
<style>
a { background-color: #2F126C; }
a { background-color: rgb(47,18,108); }
div.DivClassName
{
background-color: #2F126C;
}
.BgClassName
{
background-color: #2F126C;
}
</style>
border-color css
<style>
span { border-color: #2F126C; }
span { border-color: rgb(47,18,108); }
td.TdClassName
{
border-color: #2F126C;
}
.TagClassName
{
border-color: #2F126C;
}
</style>