Shades of Persian Indigo #2F068E
Tints of Persian Indigo #2F068E
RGB
CMYK
RGB Variations
Color information
#2F068E (or 0x2F068E) is known color: Persian Indigo. HEX triplet: 2F, 06 and 8E. RGB value is (47,6,142). Sum of RGB (Red+Green+Blue) = 47+6+142=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 142 (55.86% from 255 or 72.82% from 195); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F068E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F068E is #D0F971. Grayscale: #212121. Windows color (decimal): -13695346 or 9307695. OLE color: 9307695.
HSL color Cylindrical-coordinate representation of color #2F068E: hue angle of 258.09º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F068E is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 6 | 142 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.44 |
| HSL | 258.09º | 0.92% | 0.29% | - |
| HSV(B) | 258.09º | 0.96% | 0.56% | - |
| XYZ | 6.12 | 2.69 | 25.79 | - |
| YUV | 33.76 | 189.08 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 142 | 0.67 | 0.96 | 0 | 0.44 | 258.09 | 0.92 | 0.29 |
| Hex | 2F | 6 | 8E | 43 | 60 | 0 | 2C | 102 | 5C | 1D |
| Octal | 57 | 6 | 216 | 103 | 140 | 0 | 54 | 402 | 134 | 35 |
| Binary | 101111 | 110 | 10001110 | 1000011 | 1100000 | 0 | 101100 | 100000010 | 1011100 | 11101 |
Color Harmonies of #2F068E
Complementary color
Monochromatic Colors of #2F068E
Black with #2F068E
Text Example
Text Example
White with #2F068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F068E; }
p { color: rgb(47,6,142); }
H1.HeaderClassName
{
color: #2F068E;
}
.AnyTagClassName
{
color: #2F068E;
}
</style>
background-color css
<style>
a { background-color: #2F068E; }
a { background-color: rgb(47,6,142); }
div.DivClassName
{
background-color: #2F068E;
}
.BgClassName
{
background-color: #2F068E;
}
</style>
border-color css
<style>
span { border-color: #2F068E; }
span { border-color: rgb(47,6,142); }
td.TdClassName
{
border-color: #2F068E;
}
.TagClassName
{
border-color: #2F068E;
}
</style>