Shades of Persian Indigo #2F006C
Tints of Persian Indigo #2F006C
RGB
CMYK
RGB Variations
Color information
#2F006C (or 0x2F006C) is known color: Persian Indigo. HEX triplet: 2F, 00 and 6C. RGB value is (47,0,108). Sum of RGB (Red+Green+Blue) = 47+0+108=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F006C is #D0FF93. Grayscale: #191919. Windows color (decimal): -13696916 or 7077935. OLE color: 7077935.
HSL color Cylindrical-coordinate representation of color #2F006C: hue angle of 266.11º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F006C is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 0 | 108 | - |
| CMYK | 0.56 | 1 | 0 | 0.58 |
| HSL | 266.11º | 1% | 0.21% | - |
| HSV(B) | 266.11º | 1% | 0.42% | - |
| XYZ | 3.88 | 1.69 | 14.31 | - |
| YUV | 26.37 | 174.07 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 108 | 0.56 | 1 | 0 | 0.58 | 266.11 | 1 | 0.21 |
| Hex | 2F | 0 | 6C | 38 | 64 | 0 | 3A | 10A | 64 | 15 |
| Octal | 57 | 0 | 154 | 70 | 144 | 0 | 72 | 412 | 144 | 25 |
| Binary | 101111 | 0 | 1101100 | 111000 | 1100100 | 0 | 111010 | 100001010 | 1100100 | 10101 |
Color Harmonies of #2F006C
Complementary color
Monochromatic Colors of #2F006C
Black with #2F006C
Text Example
Text Example
White with #2F006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F006C; }
p { color: rgb(47,0,108); }
H1.HeaderClassName
{
color: #2F006C;
}
.AnyTagClassName
{
color: #2F006C;
}
</style>
background-color css
<style>
a { background-color: #2F006C; }
a { background-color: rgb(47,0,108); }
div.DivClassName
{
background-color: #2F006C;
}
.BgClassName
{
background-color: #2F006C;
}
</style>
border-color css
<style>
span { border-color: #2F006C; }
span { border-color: rgb(47,0,108); }
td.TdClassName
{
border-color: #2F006C;
}
.TagClassName
{
border-color: #2F006C;
}
</style>