Shades of Persian Indigo #2F068A
Tints of Persian Indigo #2F068A
RGB
CMYK
RGB Variations
Color information
#2F068A (or 0x2F068A) is known color: Persian Indigo. HEX triplet: 2F, 06 and 8A. RGB value is (47,6,138). Sum of RGB (Red+Green+Blue) = 47+6+138=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 138 (54.30% from 255 or 72.25% from 191); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F068A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F068A is #D0F975. Grayscale: #202020. Windows color (decimal): -13695350 or 9045551. OLE color: 9045551.
HSL color Cylindrical-coordinate representation of color #2F068A: hue angle of 258.64º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F068A is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 6 | 138 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.46 |
| HSL | 258.64º | 0.92% | 0.28% | - |
| HSV(B) | 258.64º | 0.96% | 0.54% | - |
| XYZ | 5.82 | 2.57 | 24.23 | - |
| YUV | 33.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 138 | 0.66 | 0.96 | 0 | 0.46 | 258.64 | 0.92 | 0.28 |
| Hex | 2F | 6 | 8A | 42 | 60 | 0 | 2E | 103 | 5C | 1C |
| Octal | 57 | 6 | 212 | 102 | 140 | 0 | 56 | 403 | 134 | 34 |
| Binary | 101111 | 110 | 10001010 | 1000010 | 1100000 | 0 | 101110 | 100000011 | 1011100 | 11100 |
Color Harmonies of #2F068A
Complementary color
Monochromatic Colors of #2F068A
Black with #2F068A
Text Example
Text Example
White with #2F068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F068A; }
p { color: rgb(47,6,138); }
H1.HeaderClassName
{
color: #2F068A;
}
.AnyTagClassName
{
color: #2F068A;
}
</style>
background-color css
<style>
a { background-color: #2F068A; }
a { background-color: rgb(47,6,138); }
div.DivClassName
{
background-color: #2F068A;
}
.BgClassName
{
background-color: #2F068A;
}
</style>
border-color css
<style>
span { border-color: #2F068A; }
span { border-color: rgb(47,6,138); }
td.TdClassName
{
border-color: #2F068A;
}
.TagClassName
{
border-color: #2F068A;
}
</style>