Shades of Persian Indigo #2F027C
Tints of Persian Indigo #2F027C
RGB
CMYK
RGB Variations
Color information
#2F027C (or 0x2F027C) is known color: Persian Indigo. HEX triplet: 2F, 02 and 7C. RGB value is (47,2,124). Sum of RGB (Red+Green+Blue) = 47+2+124=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F027C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F027C is #D0FD83. Grayscale: #1C1C1C. Windows color (decimal): -13696388 or 8127023. OLE color: 8127023.
HSL color Cylindrical-coordinate representation of color #2F027C: hue angle of 262.13º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F027C is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 47 | 2 | 124 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.51 |
| HSL | 262.13º | 0.97% | 0.25% | - |
| HSV(B) | 262.13º | 0.98% | 0.49% | - |
| XYZ | 4.83 | 2.1 | 19.22 | - |
| YUV | 29.36 | 181.41 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 124 | 0.62 | 0.98 | 0 | 0.51 | 262.13 | 0.97 | 0.25 |
| Hex | 2F | 2 | 7C | 3E | 62 | 0 | 33 | 106 | 61 | 19 |
| Octal | 57 | 2 | 174 | 76 | 142 | 0 | 63 | 406 | 141 | 31 |
| Binary | 101111 | 10 | 1111100 | 111110 | 1100010 | 0 | 110011 | 100000110 | 1100001 | 11001 |
Color Harmonies of #2F027C
Complementary color
Monochromatic Colors of #2F027C
Black with #2F027C
Text Example
Text Example
White with #2F027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F027C; }
p { color: rgb(47,2,124); }
H1.HeaderClassName
{
color: #2F027C;
}
.AnyTagClassName
{
color: #2F027C;
}
</style>
background-color css
<style>
a { background-color: #2F027C; }
a { background-color: rgb(47,2,124); }
div.DivClassName
{
background-color: #2F027C;
}
.BgClassName
{
background-color: #2F027C;
}
</style>
border-color css
<style>
span { border-color: #2F027C; }
span { border-color: rgb(47,2,124); }
td.TdClassName
{
border-color: #2F027C;
}
.TagClassName
{
border-color: #2F027C;
}
</style>