Shades of Persian Indigo #2F0367
Tints of Persian Indigo #2F0367
RGB
CMYK
RGB Variations
Color information
#2F0367 (or 0x2F0367) is known color: Persian Indigo. HEX triplet: 2F, 03 and 67. RGB value is (47,3,103). Sum of RGB (Red+Green+Blue) = 47+3+103=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 103 (40.62% from 255 or 67.32% from 153); Max value from RGB is 103 - color contains mainly: blue. Hex color #2F0367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0367 is #D0FC98. Grayscale: #1B1B1B. Windows color (decimal): -13696153 or 6751023. OLE color: 6751023.
HSL color Cylindrical-coordinate representation of color #2F0367: hue angle of 266.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F0367 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 3 | 103 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.60 |
| HSL | 266.4º | 0.94% | 0.21% | - |
| HSV(B) | 266.4º | 0.97% | 0.4% | - |
| XYZ | 3.65 | 1.65 | 12.96 | - |
| YUV | 27.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 103 | 0.54 | 0.97 | 0 | 0.60 | 266.4 | 0.94 | 0.21 |
| Hex | 2F | 3 | 67 | 36 | 61 | 0 | 3C | 10A | 5E | 15 |
| Octal | 57 | 3 | 147 | 66 | 141 | 0 | 74 | 412 | 136 | 25 |
| Binary | 101111 | 11 | 1100111 | 110110 | 1100001 | 0 | 111100 | 100001010 | 1011110 | 10101 |
Color Harmonies of #2F0367
Complementary color
Monochromatic Colors of #2F0367
Black with #2F0367
Text Example
Text Example
White with #2F0367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0367; }
p { color: rgb(47,3,103); }
H1.HeaderClassName
{
color: #2F0367;
}
.AnyTagClassName
{
color: #2F0367;
}
</style>
background-color css
<style>
a { background-color: #2F0367; }
a { background-color: rgb(47,3,103); }
div.DivClassName
{
background-color: #2F0367;
}
.BgClassName
{
background-color: #2F0367;
}
</style>
border-color css
<style>
span { border-color: #2F0367; }
span { border-color: rgb(47,3,103); }
td.TdClassName
{
border-color: #2F0367;
}
.TagClassName
{
border-color: #2F0367;
}
</style>