Shades of Persian Indigo #2F0369
Tints of Persian Indigo #2F0369
RGB
CMYK
RGB Variations
Color information
#2F0369 (or 0x2F0369) is known color: Persian Indigo. HEX triplet: 2F, 03 and 69. RGB value is (47,3,105). Sum of RGB (Red+Green+Blue) = 47+3+105=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 105 (41.41% from 255 or 67.74% from 155); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F0369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0369 is #D0FC96. Grayscale: #1B1B1B. Windows color (decimal): -13696151 or 6882095. OLE color: 6882095.
HSL color Cylindrical-coordinate representation of color #2F0369: hue angle of 265.88º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F0369 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 3 | 105 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.59 |
| HSL | 265.88º | 0.94% | 0.21% | - |
| HSV(B) | 265.88º | 0.97% | 0.41% | - |
| XYZ | 3.75 | 1.69 | 13.49 | - |
| YUV | 27.78 | 171.58 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 105 | 0.55 | 0.97 | 0 | 0.59 | 265.88 | 0.94 | 0.21 |
| Hex | 2F | 3 | 69 | 37 | 61 | 0 | 3B | 10A | 5E | 15 |
| Octal | 57 | 3 | 151 | 67 | 141 | 0 | 73 | 412 | 136 | 25 |
| Binary | 101111 | 11 | 1101001 | 110111 | 1100001 | 0 | 111011 | 100001010 | 1011110 | 10101 |
Color Harmonies of #2F0369
Complementary color
Monochromatic Colors of #2F0369
Black with #2F0369
Text Example
Text Example
White with #2F0369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0369; }
p { color: rgb(47,3,105); }
H1.HeaderClassName
{
color: #2F0369;
}
.AnyTagClassName
{
color: #2F0369;
}
</style>
background-color css
<style>
a { background-color: #2F0369; }
a { background-color: rgb(47,3,105); }
div.DivClassName
{
background-color: #2F0369;
}
.BgClassName
{
background-color: #2F0369;
}
</style>
border-color css
<style>
span { border-color: #2F0369; }
span { border-color: rgb(47,3,105); }
td.TdClassName
{
border-color: #2F0369;
}
.TagClassName
{
border-color: #2F0369;
}
</style>