Shades of Persian Indigo #2F0B8C
Tints of Persian Indigo #2F0B8C
RGB
CMYK
RGB Variations
Color information
#2F0B8C (or 0x2F0B8C) is known color: Persian Indigo. HEX triplet: 2F, 0B and 8C. RGB value is (47,11,140). Sum of RGB (Red+Green+Blue) = 47+11+140=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F0B8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0B8C is #D0F473. Grayscale: #232323. Windows color (decimal): -13694068 or 9177903. OLE color: 9177903.
HSL color Cylindrical-coordinate representation of color #2F0B8C: hue angle of 256.74º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F0B8C is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 11 | 140 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.45 |
| HSL | 256.74º | 0.85% | 0.3% | - |
| HSV(B) | 256.74º | 0.92% | 0.55% | - |
| XYZ | 6.03 | 2.74 | 25.02 | - |
| YUV | 36.47 | 186.43 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 140 | 0.66 | 0.92 | 0 | 0.45 | 256.74 | 0.85 | 0.3 |
| Hex | 2F | B | 8C | 42 | 5C | 0 | 2D | 101 | 55 | 1E |
| Octal | 57 | 13 | 214 | 102 | 134 | 0 | 55 | 401 | 125 | 36 |
| Binary | 101111 | 1011 | 10001100 | 1000010 | 1011100 | 0 | 101101 | 100000001 | 1010101 | 11110 |
Color Harmonies of #2F0B8C
Complementary color
Monochromatic Colors of #2F0B8C
Black with #2F0B8C
Text Example
Text Example
White with #2F0B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0B8C; }
p { color: rgb(47,11,140); }
H1.HeaderClassName
{
color: #2F0B8C;
}
.AnyTagClassName
{
color: #2F0B8C;
}
</style>
background-color css
<style>
a { background-color: #2F0B8C; }
a { background-color: rgb(47,11,140); }
div.DivClassName
{
background-color: #2F0B8C;
}
.BgClassName
{
background-color: #2F0B8C;
}
</style>
border-color css
<style>
span { border-color: #2F0B8C; }
span { border-color: rgb(47,11,140); }
td.TdClassName
{
border-color: #2F0B8C;
}
.TagClassName
{
border-color: #2F0B8C;
}
</style>