Shades of Persian Indigo #2F0B7C
Tints of Persian Indigo #2F0B7C
RGB
CMYK
RGB Variations
Color information
#2F0B7C (or 0x2F0B7C) is known color: Persian Indigo. HEX triplet: 2F, 0B and 7C. RGB value is (47,11,124). Sum of RGB (Red+Green+Blue) = 47+11+124=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 124 (48.83% from 255 or 68.13% from 182); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F0B7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0B7C is #D0F483. Grayscale: #222222. Windows color (decimal): -13694084 or 8129327. OLE color: 8129327.
HSL color Cylindrical-coordinate representation of color #2F0B7C: hue angle of 259.12º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F0B7C is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 47 | 11 | 124 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.51 |
| HSL | 259.12º | 0.84% | 0.26% | - |
| HSV(B) | 259.12º | 0.91% | 0.49% | - |
| XYZ | 4.93 | 2.3 | 19.25 | - |
| YUV | 34.65 | 178.43 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 124 | 0.62 | 0.91 | 0 | 0.51 | 259.12 | 0.84 | 0.26 |
| Hex | 2F | B | 7C | 3E | 5B | 0 | 33 | 103 | 54 | 1A |
| Octal | 57 | 13 | 174 | 76 | 133 | 0 | 63 | 403 | 124 | 32 |
| Binary | 101111 | 1011 | 1111100 | 111110 | 1011011 | 0 | 110011 | 100000011 | 1010100 | 11010 |
Color Harmonies of #2F0B7C
Complementary color
Monochromatic Colors of #2F0B7C
Black with #2F0B7C
Text Example
Text Example
White with #2F0B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0B7C; }
p { color: rgb(47,11,124); }
H1.HeaderClassName
{
color: #2F0B7C;
}
.AnyTagClassName
{
color: #2F0B7C;
}
</style>
background-color css
<style>
a { background-color: #2F0B7C; }
a { background-color: rgb(47,11,124); }
div.DivClassName
{
background-color: #2F0B7C;
}
.BgClassName
{
background-color: #2F0B7C;
}
</style>
border-color css
<style>
span { border-color: #2F0B7C; }
span { border-color: rgb(47,11,124); }
td.TdClassName
{
border-color: #2F0B7C;
}
.TagClassName
{
border-color: #2F0B7C;
}
</style>